From 9b42b917fcb94fecc53ef0fac1f991e8af0c2756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 8 Jul 2024 05:37:06 -0400 Subject: [PATCH] [bsd] Last pd update breaks freebsd build --- ci/freebsd.build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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