mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-25 14:04:48 -04:00
Use setup command in meson.
This commit is contained in:
parent
f445997221
commit
be61d41e07
@ -552,7 +552,7 @@ class MesonBuilder(Builder):
|
||||
if not self.target.force_native_build and self.buildEnv.meson_crossfile:
|
||||
cross_options += ["--cross-file", self.buildEnv.meson_crossfile]
|
||||
command = [
|
||||
*neutralEnv("meson_command"),
|
||||
*neutralEnv("meson_command"), "setup",
|
||||
".",
|
||||
self.build_path,
|
||||
f"--buildtype={self.build_type}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user