From c9ce3383797f398bb091d37525fd00ef7047afc7 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 2 Aug 2022 14:00:27 +0100 Subject: [PATCH] Fix last commit --- Makefile.plugins.mk | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk index 44009bb4..4794a08c 100644 --- 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