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
When building for Windows on Linux, we need to explicitly setup the
linker search paths. These are derivable from the UCRT version and the
WinSDK base directories which are expected environment variables. This
is also how the swift build system finds the directories. Enable this
to avoid having the user explicitly setup the `LIB` environment variable
for the linker to find the system import libraries.
0 commit comments