summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcah <cah@ableton.com>2024-07-23 21:46:07 +0200
committercah <cah@ableton.com>2024-07-23 21:46:07 +0200
commit3ccf16d49298728481fabe586c348d4ba8822462 (patch)
tree985d954403feee6d48f36a13b7951acc2bbd9ffd
parenta874e5d1eb85dc778088048dd1aa4521cdeaf29c (diff)
Build static.
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 11602c4..e410832 100644
--- a/cscript
+++ b/cscript
@@ -33,5 +33,5 @@ def build(target, options):
else:
cross_file = ""
- target.command('meson setup %s build --prefix=%s' % (cross_file, target.directory))
+ target.command('meson setup %s build -Ddefault_library=static --prefix=%s' % (cross_file, target.directory))
target.command('ninja -C build install')