mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-26 14:31:35 -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:
|
if not self.target.force_native_build and self.buildEnv.meson_crossfile:
|
||||||
cross_options += ["--cross-file", self.buildEnv.meson_crossfile]
|
cross_options += ["--cross-file", self.buildEnv.meson_crossfile]
|
||||||
command = [
|
command = [
|
||||||
*neutralEnv("meson_command"),
|
*neutralEnv("meson_command"), "setup",
|
||||||
".",
|
".",
|
||||||
self.build_path,
|
self.build_path,
|
||||||
f"--buildtype={self.build_type}",
|
f"--buildtype={self.build_type}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user