diff options
Diffstat (limited to 'gaunt01/config.make')
| -rw-r--r-- | gaunt01/config.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gaunt01/config.make b/gaunt01/config.make index 9ce3e2f..f309bbf 100644 --- a/gaunt01/config.make +++ b/gaunt01/config.make @@ -4,7 +4,7 @@ # absoulte path to the OF root folder OF_ROOT = ../../openFrameworks-020912 - +# OF_ROOT = ../../openFrameworks-061812 # USER_CFLAGS allows to pass custom flags to the compiler # for example search paths like: @@ -17,7 +17,7 @@ USER_CFLAGS = # for example libraries like: # USER_LD_FLAGS = libs/libawesomelib.a -USER_LDFLAGS = +# USER_LDFLAGS = ../../openFrameworks-061812/addons/ofxOpenCv/libs/opencv/lib/linux/libopencv_legacy.a # use this to add system libraries for example: |
