forked from mirrors/nixpkgs
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[@]}"
|
||||
cd build
|
||||
|
||||
if ! [[ -v enableParallelBuilding ]]; then
|
||||
enableParallelBuilding=1
|
||||
echo "meson: enabled parallel building"
|
||||
fi
|
||||
|
||||
runHook postConfigure
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue