File tree Expand file tree Collapse file tree
PluginGenerator/Builds/LinuxMakefile Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ifeq ($(CONFIG),Debug)
1818 TARGET_ARCH := -march=native
1919 endif
2020
21- CPPFLAGS := $(DEPFLAGS ) -D "LINUX=1" -D "DEBUG=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_6D53C8B4=1" -D "JUCE_APP_VERSION=4.2.1" -D "JUCE_APP_VERSION_HEX=0x40201" -I /usr/include -I /usr/include/freetype2 -I ../../JuceLibraryCode -I ../../../JuceLibraryCode/modules -I JuceLibraryCode/
21+ CPPFLAGS := $(DEPFLAGS ) -D "LINUX=1" -D "DEBUG=1" -D"JUCE_DISABLE_NATIVE_FILECHOOSERS=1" -D "_DEBUG=1" -D "JUCER_LINUX_MAKE_6D53C8B4=1" -D "JUCE_APP_VERSION=4.2.1" -D "JUCE_APP_VERSION_HEX=0x40201" -I /usr/include -I /usr/include/freetype2 -I ../../JuceLibraryCode -I ../../../JuceLibraryCode/modules -I JuceLibraryCode/
2222 CFLAGS += $(CPPFLAGS ) $(TARGET_ARCH ) -g -ggdb -O0 -std=c++11
2323 CXXFLAGS += $(CFLAGS ) -std=c++11
2424 LDFLAGS += $(TARGET_ARCH ) -L$(BINDIR ) -L$(LIBDIR ) -L/usr/X11R6/lib/ -lX11 -lXext -lXinerama -ldl -lfreetype -lpthread -lrt -lcurl
You can’t perform that action at this time.
0 commit comments