diff options
Diffstat (limited to 'vamphost/config.make')
| -rwxr-xr-x | vamphost/config.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vamphost/config.make b/vamphost/config.make index a4db95a..da65b3e 100755 --- a/vamphost/config.make +++ b/vamphost/config.make @@ -11,14 +11,14 @@ OF_ROOT = /home/tim/workspace/openFrameworks # for example search paths like: # USER_CFLAGS = -I src/objects -USER_CFLAGS = -I $(OF_ROOT)/addons/ofxOpenNI/include/openni -I $(OF_ROOT)/addons/ofxOpenNI/include/nite -I $(OF_ROOT)/addons/ofxOpenNI/src +USER_CFLAGS = -fpermissive # USER_LDFLAGS allows to pass custom flags to the linker # for example libraries like: # USER_LDFLAGS = libs/libawesomelib.a -USER_LDFLAGS = -lvamp-hostsdk +USER_LDFLAGS = -lvamp-hostsdk -lsndfile EXCLUDE_FROM_SOURCE="bin,.xcodeproj,obj" |
