Commit dc2463d9a9

Andrew Kelley <andrew@ziglang.org>
2019-09-22 06:46:49
windows ci: make the case of file names agree
1 parent ffef5d2
Changed files (1)
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