Merge pull request #193152 from NixOS/wip/jtojnar/meson-setup
meson: Use explicit setup subcommand
This commit is contained in:
@@ -20,7 +20,7 @@ mesonConfigurePhase() {
|
||||
|
||||
echo "meson flags: $mesonFlags ${mesonFlagsArray[@]}"
|
||||
|
||||
meson build $mesonFlags "${mesonFlagsArray[@]}"
|
||||
meson setup build $mesonFlags "${mesonFlagsArray[@]}"
|
||||
cd build
|
||||
|
||||
if ! [[ -v enableParallelBuilding ]]; then
|
||||
|
||||
Reference in New Issue
Block a user