diff options
| -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') |
