Skip to content

Commit 8e344f2

Browse files
authored
Update build-windows.bat
1 parent 205bc27 commit 8e344f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-windows.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ call :build_lldb %exitOnError%
8585
path %PATH%;C:\Program Files\Git\usr\bin
8686
call :build_libdispatch %exitOnError%
8787

88+
path %source_root%\icu-%icu_version%\bin64;%install_directory%\bin;%build_root%\swift\bin;%build_root%\swift\libdispatch-prefix\bin;%PATH%
89+
8890
if %RunTest%==1 (
89-
path %source_root%\icu-%icu_version%\bin64;%install_directory%\bin;%build_root%\swift\bin;%build_root%\swift\libdispatch-prefix\bin;%PATH%
9091
call :test_swift %exitOnError%
9192
call :test_libdispatch %exitOnError%
9293
)

0 commit comments

Comments
 (0)