Browse Source

build os2 test on windows

U-JSM\jkercher 3 years ago
parent
commit
e008b5a160
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/core/build.bat

+ 2 - 1
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