meson: enable parallel building of meson projects by default
This commit is contained in:
parent
031138b7f0
commit
46f57dbc14
@ -13,6 +13,11 @@ mesonConfigurePhase() {
|
|||||||
meson build $mesonFlags "${mesonFlagsArray[@]}"
|
meson build $mesonFlags "${mesonFlagsArray[@]}"
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
if ! [[ -v enableParallelBuilding ]]; then
|
||||||
|
enableParallelBuilding=1
|
||||||
|
echo "meson: enabled parallel building"
|
||||||
|
fi
|
||||||
|
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user