From 3212c0803905b1ff457a8309aa9ceed8c80e9b4b Mon Sep 17 00:00:00 2001 From: cah Date: Tue, 23 Jul 2024 22:15:38 +0200 Subject: Fix cscript --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscript b/cscript index 2aada65..e92c456 100644 --- a/cscript +++ b/cscript @@ -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') -- cgit v1.2.3