You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make `-D__USE_MINGW_ANSI_STDIO=1` work (which is implicitly set via
`/etc/makepkg_mingw.conf`), with clangarm64 we need to link to
libmsvcrt-os. Otherwise the build would fail with:
ld.lld: error: undefined symbol: __ms_printf
[...]
ld.lld: error: undefined symbol: __ms_sscanf
With toolchains other than `clangarm64`, linking to that static library
does not hurt, so let's do it unconditionally.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments