zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit dc2463d9a9c67aa495883325ca62b172402ab4db (tree)
parent ffef5d26b6bbaf52d80c74ac3879a233a7a1a513
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun, 22 Sep 2019 00:46:49 -0400

windows ci: make the case of file names agree

Diffstat:
Mci/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 @@ -10,7 +10,7 @@ SET "PATH=%PREVPATH%" SET "MSYSTEM=%PREVMSYSTEM%" SET "ZIGBUILDDIR=%SRCROOT%\build" -SET "ZIGINSTALLDIR=%ZIGBUILDDIR%\release" +SET "ZIGINSTALLDIR=%ZIGBUILDDIR%\Release" SET "ZIGPREFIXPATH=%SRCROOT%\llvm+clang-9.0.0-win64-msvc-release" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64