mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 13:44:17 +00:00
Use jom to parallelize command-line builds on Windows
This commit is contained in:
parent
0cdbe080a6
commit
2a28f7c4d2
2 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ popd
|
||||||
|
|
||||||
echo Compiling Moonlight in %BUILD_CONFIG% configuration
|
echo Compiling Moonlight in %BUILD_CONFIG% configuration
|
||||||
pushd %BUILD_FOLDER%
|
pushd %BUILD_FOLDER%
|
||||||
nmake %BUILD_CONFIG%
|
%SOURCE_ROOT%\scripts\jom.exe %BUILD_CONFIG%
|
||||||
if !ERRORLEVEL! NEQ 0 goto Error
|
if !ERRORLEVEL! NEQ 0 goto Error
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
BIN
scripts/jom.exe
Normal file
BIN
scripts/jom.exe
Normal file
Binary file not shown.
Loading…
Reference in a new issue