diff --git a/ci/generate-static-test.py b/ci/generate-static-test.py index 065beb5c..0f5bb6d3 100755 --- a/ci/generate-static-test.py +++ b/ci/generate-static-test.py @@ -7,6 +7,7 @@ import os from utils import iterate_plugins # the csound version used on ci does not ship a .pc file +# threadshare we skip in meson static build as well IGNORE = ['csound', 'threadshare'] outdir = sys.argv[1]