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
Add `@executable_path/../lib/swift/<platform>` RPATH on Darwin platforms.
This is necessary for experimental toolchains that include libraries not part of
the OS (e.g. `PythonKit` or `TensorFlow`).
Verified to fix SwiftPM command linker issues for Swift for TensorFlow
toolchains: tensorflow/swift#347.
Effectively reverts swiftlang#2548:
an unverified fix for the same issue that did not work.
0 commit comments