zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 10ee5750ddb401d1b76c30a46089017f8be3cb7b
parent c04960505fe949b30bea1480915cf4a7ca65c05d
Author: Johannes Lorenz <johannes89@ist-einmalig.de>
Date:   Wed, 26 Apr 2017 21:05:42 +0200

Add platform libs to prevent DSSI linker issues

Diffstat:
Msrc/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -518,6 +518,7 @@ if (DssiEnable) zynaddsubfx_core ${OS_LIBRARIES} ${LIBLO_LIBRARIES} + ${PLATFORM_LIBRARIES} -Wl,--no-undefined ) install(TARGETS zynaddsubfx_dssi LIBRARY DESTINATION ${PluginLibDir}/dssi/)