commit 93295f3b134e58477e4f28be378123ceb6d1ddfe (tree) parent c03dc6665f55bbb16a62a74eae6b258863ac0a05 Author: Andrew Kelley <andrew@ziglang.org> Date: Wed, 16 Oct 2019 21:16:06 -0400 remove -DZIG_FORCE_EXTERNAL_LLD=ON Looks like the patch we need is in llvm trunk, not llvm 9. Diffstat:
| M | ci/azure/windows_script.bat | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/azure/windows_script.bat b/ci/azure/windows_script.bat @@ -17,7 +17,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliar mkdir %ZIGBUILDDIR% cd %ZIGBUILDDIR% -cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release -DZIG_FORCE_EXTERNAL_LLD=ON || exit /b +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 msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b "%ZIGINSTALLDIR%\bin\zig.exe" build test || exit /b