Skip to content

Fix accidental duplication of library names. #64010

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

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

al45tair
Copy link
Contributor

@al45tair al45tair commented Mar 1, 2023

In AddSwiftStdlib.cmake, we're adding library names twice for target executables, once with the path and once without. This appears to break things on Windows when building the SDKs.

rdar://106104132

In AddSwiftStdlib.cmake, we're adding library names twice for target
executables, once with the path and once without.  This appears to break
things on Windows when building the SDKs.

rdar://106104132
@al45tair al45tair requested a review from compnerd March 1, 2023 21:43
@al45tair
Copy link
Contributor Author

al45tair commented Mar 1, 2023

@swift-ci Please smoke test

Copy link
Member

@compnerd compnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@al45tair
Copy link
Contributor Author

al45tair commented Mar 1, 2023

(This was broken by #63978).

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