forked from M-Labs/nac3
windows: parallel LLVM build
This commit is contained in:
parent
c891fffd75
commit
fff4b65169
|
@ -69,7 +69,7 @@ in rec {
|
||||||
'';
|
'';
|
||||||
buildPhase =
|
buildPhase =
|
||||||
''
|
''
|
||||||
wine64 ninja
|
wine64 ninja -j $NIX_BUILD_CORES
|
||||||
'';
|
'';
|
||||||
installPhase =
|
installPhase =
|
||||||
''
|
''
|
||||||
|
|
Loading…
Reference in New Issue