[11:10:37] Dominus: wtf... is the mingw install broken on github actions?
[13:54:41] Dominus: Marzo: the msys2/mingw people (or gcc people) broke something which should also affect a local build of Exult with msys3/mingw https://github.com/msys2/MINGW-packages/issues/10761
[13:59:37] Marzo: It is building fine locally
[13:59:51] Dominus: with everything updated?
[14:00:31] Marzo: Yes, I just did a full update of MSYS2 and Exult
[14:00:38] Marzo: And did a full clean build
[14:01:15] Marzo: I think I had already added a fix for that, but it seems to only be working locally
[14:01:44] Marzo: See 5c1933fc52
[14:03:57] Dominus: odd
[14:05:27] Marzo: And I just double-checked that my local build matches exactly what is done in ci-windows.yml
[14:16:57] Marzo: Hm
[14:17:07] Marzo: The fix is not working on the remote
[14:17:36] Marzo: Command line is being generated with mixed style paths, and it is not removing the needed -isystem entries
[16:31:20] Dominus: Hmm, Marzo, should I try whether that is a Windows-latest vs Windows-2019 issue? (runs on in the workflow)
[16:32:01] Marzo: I doubt it will make a diffgerence, but go ahead
[16:39:54] Dominus: yup :(