Closed amyspark closed 10 months ago
Hi!
This PR is intended to address some issues found when attempting to link to static libraries under Windows.
-Wl,--undefined
is_static_available
.a
.dll.a
CC @nirbheek
Hi!
This PR is intended to address some issues found when attempting to link to static libraries under Windows.
-Wl,--undefined
flags were silently skipped.is_static_available
does not consider Windows SDK or CRT bindings..a
and.dll.a
convention for MSVC as well, thus letting Meson-built libraries be used.CC @nirbheek