authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-16 21:16:06-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-16 21:16:06-04:00
log93295f3b134e58477e4f28be378123ceb6d1ddfe
tree0e1bef2e7367dff4d90d83ddfe41dd03a1edbf73
parentc03dc6665f55bbb16a62a74eae6b258863ac0a05
signaturelock-open Commit is signed but in an unrecognized format.

remove -DZIG_FORCE_EXTERNAL_LLD=ON

Looks like the patch we need is in llvm trunk, not llvm 9.

1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/windows_script.bat+1-1
...@@ -17,7 +17,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliar...@@ -17,7 +17,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliar
1717
18mkdir %ZIGBUILDDIR%18mkdir %ZIGBUILDDIR%
19cd %ZIGBUILDDIR%19cd %ZIGBUILDDIR%
20cmake.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 /b20cmake.exe .. -Thost=x64 -G"Visual Studio 16 2019" -A x64 "-DCMAKE_INSTALL_PREFIX=%ZIGINSTALLDIR%" "-DCMAKE_PREFIX_PATH=%ZIGPREFIXPATH%" -DCMAKE_BUILD_TYPE=Release || exit /b
21msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b21msbuild /maxcpucount /p:Configuration=Release INSTALL.vcxproj || exit /b
2222
23"%ZIGINSTALLDIR%\bin\zig.exe" build test || exit /b23"%ZIGINSTALLDIR%\bin\zig.exe" build test || exit /b