Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For scripts, use DYLD_FRAMEWORK/LIBRARY_PATH to find frameworks / run… #1525

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

lhames
Copy link
Contributor

@lhames lhames commented Jan 19, 2024

…times.

Add DYLD_FRAMEWORK_PATH=/System/Library/Frameworks to the environment when constructing swift-frontend invocations for the interpreter so that dlopen can find autolinked frameworks.

Resolves #68785.

…times.

Add DYLD_FRAMEWORK_PATH=/System/Library/Frameworks to the environment when
constructing swift-frontend invocations for the interpreter so that dlopen can
find autolinked frameworks.

Resolves #68785.
@lhames
Copy link
Contributor Author

lhames commented Jan 19, 2024

@swift-ci Please Build Toolchain macOS Platform

@artemcm
Copy link
Contributor

artemcm commented Jan 19, 2024

@swift-ci Please Build Toolchain macOS Platform

This invocation does not work from this repo. To make it work, you can create an empty PR against the main repo and request the toolchain build there using cross-repo testing with:

https://github.com/apple/swift-driver/pull/1525
@swift-ci Please Build Toolchain macOS Platform

@lhames
Copy link
Contributor Author

lhames commented Jan 22, 2024

@swift-ci please test

@lhames lhames merged commit 89ddbd4 into swiftlang:main Jan 23, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants