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
build: support a non-standard library prefix for Windows (#1143)
In preparation for supporting static library linking on Windows, we are
adjusting the library naming convention for static Swift libraries,
preferring to use `lib<name>.lib` to differentiate them from the import
library for a dynamic variant of the same library. This mechanism is
already known to be used by Microsoft for ucrt (`ucrt.lib` vs
`libucrt.lib`), and was previously used in Swift as well for the C++
interop libraries.
0 commit comments