Skip to content

build: use library directories instead of library names #513

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

compnerd
Copy link
Member

Foundation was not being resolved to the target and instead would add -lFoundation to the linker invocation which is unnecessary due to the autolinking. Add the library search directory instead.

`Foundation` was not being resolved to the target and instead would add
`-lFoundation` to the linker invocation which is unnecessary due to the
autolinking. Add the library search directory instead.
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd requested a review from etcwilde June 16, 2025 01:00
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.

1 participant