forked from I2P_Developers/i2p.i2p
Starting to get stable and usable. Basically everything is based on callbacks.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
cxx = clang++
|
||||
cflags = -std=c++14 -g -Wall -I./include -I./include/neither -I/usr/local/include -I/usr/include -Wno-unused-variable -mmacosx-version-min=10.10
|
||||
cflags = -std=c++14 -g -Wall -I./include -I./include/neither -I/usr/local/include -I/usr/include $
|
||||
-Wno-unused-function -Wno-incomplete-implementation -Wno-unused-variable -mmacosx-version-min=10.10
|
||||
ldflags = -framework CoreFoundation -framework Foundation -framework Cocoa -g -rdynamic
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user