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 @@ -67,7 +67,7 @@ call :build_lldb %exitOnError%
67
67
68
68
call :build_libdispatch %exitOnError%
69
69
70
- path %source_root% \icu-%icu_version% \bin64;%install_directory% \bin;%build_root% \swift\bin;%build_root% \swift\libdispatch-prefix\bin;%PATH% ;%ProgramFiles% \Git\usr\bin
70
+ path %source_root% \icu-%icu_version% \bin64;%install_directory% \bin;%build_root% \swift\bin;%build_root% \swift\libdispatch-prefix\bin;%PATH% ;C:\Program Files \Git\usr\bin
71
71
call :test_swift %exitOnError%
72
72
call :test_libdispatch %exitOnError%
73
73
@@ -107,7 +107,7 @@ set file_name=icu4c-%icu_version%-Win64-MSVC2017.zip
107
107
curl -L -O " https://github.com/unicode-org/icu/releases/download/release-%icu_version_dashed% /%file_name% " %exitOnError%
108
108
:: unzip warns about the paths in the zip using slashes, which raises the
109
109
:: errorLevel to 1. We cannot use exitOnError, and have to ignore errors.
110
- " %ProgramFiles% \Git\usr\bin\unzip.exe" -o %file_name% -d " %source_root% \icu-%icu_version% "
110
+ " C:\Program Files \Git\usr\bin\unzip.exe" -o %file_name% -d " %source_root% \icu-%icu_version% "
111
111
exit /b 0
112
112
113
113
goto :eof
@@ -121,7 +121,7 @@ setlocal enableextensions enabledelayedexpansion
121
121
122
122
set file_name = sqlite-amalgamation-3270200.zip
123
123
curl -L -O " https://www.sqlite.org/2019/%file_name% " %exitOnError%
124
- " %ProgramFiles% \Git\usr\bin\unzip.exe" -o %file_name% %exitOnError%
124
+ " C:\Program Files \Git\usr\bin\unzip.exe" -o %file_name% %exitOnError%
125
125
126
126
goto :eof
127
127
endlocal
You can’t perform that action at this time.
0 commit comments