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
Workspace: handle SWIFTPM_PD_LIBS properly on Windows
This environment variable is needed during bootstrapping. Using `:` as
a delimiter does not allow passing a valid windows path as `:` is the
drive separator. Use the traditional path separator `;` on Windows and
use `:` on the other platforms. This allows setting the correct path to
the package description modules.
0 commit comments