Skip to content

Commit 355a25a

Browse files
authored
Merge pull request #27844 from drodriguez/windows-modify-testing-path
[windows] Add folder to path while testing.
2 parents 60ae0ea + 1ff10b6 commit 355a25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-windows.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ call :build_swift %exitOnError%
6565

6666
call :build_lldb %exitOnError%
6767

68-
path %source_root%\icu-%icu_version%\bin64;%install_directory%\bin;%build_root%\swift\libdispatch-prefix\bin;%PATH%;%ProgramFiles%\Git\usr\bin
68+
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
6969
call :test_swift %exitOnError%
7070

7171
goto :end

0 commit comments

Comments
 (0)