Browse Source

Export only main functions for LV2 plugin in macOS

tags/1.9.8
falkTX 8 years ago
parent
commit
47f1656639
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      source/plugin/Makefile

+ 6
- 0
source/plugin/Makefile View File

@@ -81,6 +81,12 @@ LINK_FLAGS += $(LINUXSAMPLER_LIBS)
LINK_FLAGS += $(MAGIC_LIBS)
LINK_FLAGS += $(X11_LIBS)

ifeq ($(MACOS),true)
# NOTE: this assumes only LV2 version will be built
SHARED += -Wl,-exported_symbol,_lv2_descriptor
SHARED += -Wl,-exported_symbol,_lv2ui_descriptor
endif

# ----------------------------------------------------------------------------------------------------------------------------

TARGETS = \


Loading…
Cancel
Save