From dc2463d9a9c67aa495883325ca62b172402ab4db Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 22 Sep 2019 00:46:49 -0400 Subject: [PATCH] windows ci: make the case of file names agree --- 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 index 32b394852..dcd78981e 100644 --- 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