diff --git a/scripts/generate-installers.bat b/scripts/generate-installers.bat index 379e364a..ead49538 100644 --- a/scripts/generate-installers.bat +++ b/scripts/generate-installers.bat @@ -77,7 +77,7 @@ popd echo Compiling Moonlight in %BUILD_CONFIG% configuration pushd %BUILD_FOLDER% -nmake %BUILD_CONFIG% +%SOURCE_ROOT%\scripts\jom.exe %BUILD_CONFIG% if !ERRORLEVEL! NEQ 0 goto Error popd diff --git a/scripts/jom.exe b/scripts/jom.exe new file mode 100644 index 00000000..14a199aa Binary files /dev/null and b/scripts/jom.exe differ