Browse Source

Fix build

tags/1.9.7
falkTX 9 years ago
parent
commit
3f9bd015fb
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      source/native-plugins/Makefile

+ 3
- 1
source/native-plugins/Makefile View File

@@ -50,7 +50,9 @@ ZYN_CXX_FLAGS += -DFLTK_GUI
ZYN_CXX_FLAGS += $(shell fltk-config --use-images --cxxflags)
ZYN_LD_FLAGS += $(shell fltk-config --use-images --ldflags)
endif # HAVE_NTK
ifneq ($(LINUX),true)
ifeq ($(LINUX),true)
ZYN_LD_FLAGS += -lrt
else
ZYN_LD_FLAGS += $(MODULEDIR)/juce_core.a
endif
else # HAVE_ZYN_UI_DEPS


Loading…
Cancel
Save