diff --git a/ci/freebsd.build.sh b/ci/freebsd.build.sh index 3b24897b0a..01a5ceb7b9 100755 --- a/ci/freebsd.build.sh +++ b/ci/freebsd.build.sh @@ -10,7 +10,7 @@ cmake $SCORE_DIR \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=install \ -DSCORE_DYNAMIC_PLUGINS=1 \ - -DSCORE_DISABLED_PLUGINS=score-plugin-vst3 \ + -DSCORE_DISABLED_PLUGINS="score-plugin-pd;score-plugin-vst3" \ -DCMAKE_CXX_FLAGS="-fexperimental-library" \ -DSCORE_PCH=1