From 12c058bc49026fde12458d99ed31acff63979cc6 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 29 Nov 2022 18:48:03 +0200 Subject: meson: Fix build of static plugins While we were correctly skipping the plugins that couldn't be built statically, we were still adding their names to the list and the .pc list causing them to still get built. Part-of: --- ci/generate-static-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/generate-static-test.py b/ci/generate-static-test.py index b4c75d8e..065beb5c 100755 --- a/ci/generate-static-test.py +++ b/ci/generate-static-test.py @@ -7,7 +7,7 @@ import os from utils import iterate_plugins # the csound version used on ci does not ship a .pc file -IGNORE = ['csound'] +IGNORE = ['csound', 'threadshare'] outdir = sys.argv[1] -- cgit v1.2.3