commit c9ce3383797f398bb091d37525fd00ef7047afc7
parent 5f2ed0625c0e3da1916f3b3c422523a66f87137f
Author: falkTX <falktx@falktx.com>
Date: Tue, 2 Aug 2022 14:00:00 +0100
Fix last commit
Diffstat:
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk
@@ -206,17 +206,6 @@ endif
DGL_LIBS += $(DGL_SYSTEM_LIBS) -lm
-ifneq ($(HAVE_DGL),true)
-dssi_ui =
-lv2_ui =
-DGL_LIBS =
-OBJS_UI =
-endif
-
-ifneq ($(HAVE_LIBLO),true)
-dssi_ui =
-endif
-
# TODO split dsp and ui object build flags
BASE_FLAGS += $(DGL_FLAGS)
@@ -287,6 +276,17 @@ vst3files += $(TARGET_DIR)/$(VST3_CONTENTS)/PkgInfo
vst3files += $(TARGET_DIR)/$(VST3_CONTENTS)/Resources/empty.lproj
endif
+ifneq ($(HAVE_DGL),true)
+dssi_ui =
+lv2_ui =
+DGL_LIBS =
+OBJS_UI =
+endif
+
+ifneq ($(HAVE_LIBLO),true)
+dssi_ui =
+endif
+
# ---------------------------------------------------------------------------------------------------------------------
# Set plugin symbols to export