Skip to content

Commit 1ff10b6

Browse files
committed
[windows] Add folder to path while testing.
Some DLL are not installed, since they are only used for testing, but they need to be in the PATH to allow some test binaries to execute properly.
1 parent 2d92894 commit 1ff10b6

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)