| ... | ... | @@ -24,7 +24,7 @@ cd %ZIGBUILDDIR% |
| 24 | 24 | cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b |
| 25 | 25 | msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b |
| 26 | 26 | |
| 27 | | "%ZIGINSTALLDIR%\bin\zig.exe" build test -Dskip-compile-errors || exit /b |
| 27 | "%ZIGINSTALLDIR%\bin\zig.exe" build test -Dskip-non-native -Dskip-compile-errors || exit /b |
| 28 | 28 | |
| 29 | 29 | set "PATH=%CD:~0,2%\msys64\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem" |
| 30 | 30 | SET "MSYSTEM=MINGW64" |