Browse Source

Fix osx build

tags/v2.1-alpha1-winvst
parent
commit
8ac9005c53
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/plugin/Makefile

+ 1
- 1
source/plugin/Makefile View File

@@ -114,7 +114,7 @@ ifeq ($(HAVE_PYQT),true)
SYMBOLS_LV2 += -Wl,-exported_symbol,_lv2ui_descriptor
SYMBOLS_LV2_UI = -Wl,-exported_symbol,_lv2ui_descriptor
endif
SYMBOLS_VST = -Wl,-exported_symbol,VSTPluginMain
SYMBOLS_VST = -Wl,-exported_symbol,_VSTPluginMain
endif

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


Loading…
Cancel
Save