diff options
| author | cah <cah@ableton.com> | 2024-07-23 22:15:38 +0200 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2024-07-23 22:15:38 +0200 |
| commit | 3212c0803905b1ff457a8309aa9ceed8c80e9b4b (patch) | |
| tree | f2c9463a7ddeebb02292794581f50174218a99d8 | |
| parent | f91db257e76a2ff0c60d917a33c3b65a92ae2a05 (diff) | |
Fix cscriptdcpomatic-6.0.1
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,5 +37,5 @@ def build(target, options): cross_file = "" library_type = "-Ddefault_library=static" - target.command('meson setup %s build %s --prefix=%s' % (cross_file, library_file, target.directory)) + target.command('meson setup %s build %s --prefix=%s' % (cross_file, library_type, target.directory)) target.command('ninja -C build install') |
