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…
Reference in New Issue