File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ call :build_swift %exitOnError%
83
83
84
84
call :build_lldb %exitOnError%
85
85
86
- path %PATH% ;C: \Program Files\Git\usr\bin
86
+ path %PATH% ;%SystemDrive% \Program Files\Git\usr\bin
87
87
call :build_libdispatch %exitOnError%
88
88
89
89
path %install_directory% \bin;%build_root% \swift\bin;%build_root% \swift\libdispatch-prefix\bin;%PATH%
@@ -142,7 +142,7 @@ set file_name=icu4c-%icu_version%-Win64-MSVC2017.zip
142
142
curl -L -O " https://github.com/unicode-org/icu/releases/download/release-%icu_version_dashed% /%file_name% " %exitOnError%
143
143
:: unzip warns about the paths in the zip using slashes, which raises the
144
144
:: errorLevel to 1. We cannot use exitOnError, and have to ignore errors.
145
- " C: \Program Files\Git\usr\bin\unzip.exe" -o %file_name% -d " %source_root% \icu-%icu_version% "
145
+ " %SystemDrive% \Program Files\Git\usr\bin\unzip.exe" -o %file_name% -d " %source_root% \icu-%icu_version% "
146
146
exit /b 0
147
147
148
148
goto :eof
@@ -156,7 +156,7 @@ setlocal enableextensions enabledelayedexpansion
156
156
157
157
set file_name = sqlite-amalgamation-3270200.zip
158
158
curl -L -O " https://www.sqlite.org/2019/%file_name% " %exitOnError%
159
- " C: \Program Files\Git\usr\bin\unzip.exe" -o %file_name% %exitOnError%
159
+ " %SystemDrive% \Program Files\Git\usr\bin\unzip.exe" -o %file_name% %exitOnError%
160
160
161
161
goto :eof
162
162
endlocal
You can’t perform that action at this time.
0 commit comments