Add SF2 support for macOS (#3446)

* Add SF2 support for macOS

Closes #649
This commit is contained in:
Tres Finocchiaro
2017-03-21 09:59:04 -04:00
committed by GitHub
parent 17a6f379e0
commit f57202c6ae
4 changed files with 50 additions and 8 deletions

View File

@@ -67,6 +67,7 @@ IF("${PLUGIN_LIST}" STREQUAL "")
peak_controller_effect
GigPlayer
ReverbSC
sf2_player
sfxr
sid
SpectrumAnalyzer
@@ -82,12 +83,6 @@ IF("${PLUGIN_LIST}" STREQUAL "")
zynaddsubfx
)
IF(NOT LMMS_BUILD_APPLE)
SET(PLUGIN_LIST
${PLUGIN_LIST}
sf2_player
)
ENDIF()
ENDIF("${PLUGIN_LIST}" STREQUAL "")
FOREACH(PLUGIN ${PLUGIN_LIST})