ZynAddSubFX: now build on OS X as well
Now that we fixed RemotePlugin support on OS X, we can enable build of ZynAddSubFX on OS X. Some GUI threading issues still have to be solved though. Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
IF(NOT LMMS_BUILD_APPLE)
|
||||
|
||||
IF(LMMS_HAVE_FFTW3F)
|
||||
|
||||
INCLUDE(BuildPlugin)
|
||||
@@ -139,5 +137,3 @@ ADD_CUSTOM_TARGET(libfltk COMMAND mkdir -p ${CMAKE_CURRENT_BINARY_DIR}/fltk && c
|
||||
ADD_DEPENDENCIES(remote_zynaddsubfx libfltk)
|
||||
ENDIF(LMMS_HAVE_FFTW3F)
|
||||
|
||||
ENDIF(NOT LMMS_BUILD_APPLE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user