fix: win build error

This commit is contained in:
rankun 2020-02-22 02:15:12 +08:00
commit 3478dcaa98
2 changed files with 128 additions and 127 deletions

View file

@ -95,7 +95,6 @@ md %temp_path%
cd %temp_path%
set qmake_params=-spec win32-msvc
if /i %debug_mode% == "true" (
set qmake_params=%qmake_params% "CONFIG+=debug" "CONFIG+=qml_debug"
) else (
@ -109,7 +108,9 @@ if not %errorlevel%==0 (
goto return
)
nmake
:: nmake
:: jom是qt的多线程nmake工具
jom -j8
if not %errorlevel%==0 (
echo "nmake failed"
goto return

BIN
ci/win/jom.exe Executable file

Binary file not shown.