Carl Dong schreef op vr 21-01-2022 om 16:30 [-0500]: > I’m wondering what the best course of action is to fix the mingw-w64- > {x86_64,i686}-winpthreads packages (e.g. just remove the configure > flag for mingw-w64? Add that flag only for linux? Or something else?) > and would love some help. I would assume that it works for Linux, it also works for the Hurd, so I would prefer something like #$@(if (target-mingw?) '() '("--some-configuration...")) above #$@(if (target-linux?) '("--some-configuration...") '()) Greetings, Maxime.