On Mon Feb 19 11:02:30 2024 +0000, Jinoh Kang wrote:
Removing this makes the build fail. Care to elaborate? <https://testbot.winehq.org/JobDetails.pl?Key=143222>: ``` /home/winetest/tools/testbot/var/wine-exe32/../wine/dlls/kernel32/tests/sforward.c:33: undefined reference to `IcmpCreateFile(a)0' /usr/bin/i686-w64-mingw32-ld: /home/winetest/tools/testbot/var/wine-exe32/../wine/dlls/kernel32/tests/sforward.c:34: undefined reference to `IcmpCloseHandle(a)4' collect2: error: ld returned 1 exit status Task: The exe32 Wine build failed ``` Oh hmm, probably something with test DLL dependencies. It didn't consider they needed to be rebuilt so I missed the error. Anyway, if that's only for sforward.dll, I think you can use `sforward_IMPORTS = icmp` instead.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/364#note_61862