qt5.mkDerivation: default enableParallelBuilding = true
This commit is contained in:
parent
4f72831934
commit
3729b77531
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ let
|
|||
(if debug then "-DCMAKE_BUILD_TYPE=Debug"
|
||||
else "-DCMAKE_BUILD_TYPE=Release");
|
||||
|
||||
enableParallelBuilding = args.enableParallelBuilding or false;
|
||||
enableParallelBuilding = args.enableParallelBuilding or true;
|
||||
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue