While cross compiling, HOST=x86_64-w64-mingw32
, none of these libs actually seem to be passed to the linker. i.e tailing a build with make -j5 V=1 | rg -i 'mingwthrd|winspool|rpcrt4|crypt32'
.
I’m not 100% sure about crypt32
, even though the majority of our Windows cryptography usage, i.e CryptAcquireContextW
or CryptGenRandom
is provided by advapi32
.
Note that rpcrt4
and mingwthrd
are already missing from the MSVC build, so we can sync the remainder once it’s clear what’s actually needed. Hopefully sipsorcery can add some MSVC insight.