Browse Source

on macOS: don't include pugl.mm for external UIs

pull/318/head
parent
commit
4d6774fb0f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile.plugins.mk

+ 2
- 0
Makefile.plugins.mk View File

@@ -89,9 +89,11 @@ endif
OBJS_DSP = $(FILES_DSP:%=$(BUILD_DIR)/%.o) OBJS_DSP = $(FILES_DSP:%=$(BUILD_DIR)/%.o)
OBJS_UI = $(FILES_UI:%=$(BUILD_DIR)/%.o) OBJS_UI = $(FILES_UI:%=$(BUILD_DIR)/%.o)


ifneq ($(UI_TYPE),external)
ifeq ($(MACOS),true) ifeq ($(MACOS),true)
OBJS_UI += $(BUILD_DIR)/DistrhoUI_macOS_$(NAME).mm.o OBJS_UI += $(BUILD_DIR)/DistrhoUI_macOS_$(NAME).mm.o
endif endif
endif


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# Set plugin binary file targets # Set plugin binary file targets


Loading…
Cancel
Save