File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1000,6 +1000,7 @@ jobs:
10001000 EXT_FLAGS : -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
10011001 shell : cmd
10021002 run : |
1003+ setlocal EnableDelayedExpansion
10031004 if "%DUCKDB_PLATFORM_RTOOLS%" == "0" (
10041005 set "VCVARS_BAT="
10051006 if "%DUCKDB_PLATFORM%" == "windows_amd64" (
@@ -1009,10 +1010,10 @@ jobs:
10091010 set "VCVARS_BAT=vcvarsarm64.bat"
10101011 )
10111012 if defined VCVARS_BAT (
1012- if exist "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\% VCVARS_BAT% " (
1013- call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\% VCVARS_BAT% "
1013+ if exist "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\! VCVARS_BAT! " (
1014+ call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\! VCVARS_BAT! "
10141015 ) else (
1015- call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\% VCVARS_BAT% "
1016+ call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\! VCVARS_BAT! "
10161017 )
10171018 )
10181019 REM Rename link.exe to link-git.exe to avoid conflicts with git supplied linker.
You can’t perform that action at this time.
0 commit comments