qmake4Hook: enable parallel building with qmake4Hook by default
This commit is contained in:
parent
46f57dbc14
commit
ca4f822fd8
@ -3,6 +3,11 @@ qmakeConfigurePhase() {
|
||||
|
||||
$QMAKE PREFIX=$out $qmakeFlags
|
||||
|
||||
if ! [[ -v enableParallelBuilding ]]; then
|
||||
enableParallelBuilding=1
|
||||
echo "qmake4Hook: enabled parallel building"
|
||||
fi
|
||||
|
||||
runHook postConfigure
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user