- fixed JUCE includes
This commit is contained in:
@@ -32,7 +32,7 @@ LFLAGS_release :=
|
||||
LFLAGS_debug :=
|
||||
LFLAGS := ${LFLAGS_common} ${LFLAGS_${CONFIG}} -g
|
||||
|
||||
INCLUDES := -I${JUCE_ROOT} -Ijuce
|
||||
INCLUDES := -I${JUCE_ROOT} -I.
|
||||
LIBS := -lstdc++ -lm -larmadillo -ljsoncpp -ljuce -lfreetype -lpthread -ldl -lrt -lX11 -lGL -lXinerama -lXext
|
||||
DEFINES := -DARMA_OPENMP_THREADS=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user