diff --git a/tests/core/build.bat b/tests/core/build.bat index 8cf6486d3..27b444e44 100644 --- a/tests/core/build.bat +++ b/tests/core/build.bat @@ -46,4 +46,5 @@ echo --- echo --- echo Running core:os/os2 tests echo --- -%PATH_TO_ODIN% run os2 %COMMON% +Rem Needed Shlwapi.lib for PathFileExistsW +%PATH_TO_ODIN% run os2 %COMMON% -extra-linker-flags:Shlwapi.lib