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
Fix the paths up a little, and address a linking issue on Windows.
The path to the runtime should be something like
/usr/lib/swift/libswiftCore.dylib
So we want to strip lib/swift/ off to get the Swift root.
We also want auxiliary executables in
/usr/libexec/swift
rather than just
/usr/libexec
(While still supporting flat layout for Windows.)
rdar://103071801
0 commit comments