mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
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 New Issue
Block a user