Unverified Commit 9c4dff7c authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #253778 from amarshall/wine-parallel-install

wine: install in parallel
parents d442dbe4 b983f84b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ buildPhase
# checkPhase

eval "$preInstall"
cd $TMP/wine-wow && make install
cd $TMP/wine64 && make install
cd $TMP/wine-wow && make install -j$NIX_BUILD_CORES
cd $TMP/wine64 && make install -j$NIX_BUILD_CORES
eval "$postInstall"
fixupPhase