diff options
| author | cah <cah@ableton.com> | 2024-07-23 21:46:07 +0200 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2024-07-23 21:46:07 +0200 |
| commit | 3ccf16d49298728481fabe586c348d4ba8822462 (patch) | |
| tree | 985d954403feee6d48f36a13b7951acc2bbd9ffd | |
| parent | a874e5d1eb85dc778088048dd1aa4521cdeaf29c (diff) | |
Build static.
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
