-
Notifications
You must be signed in to change notification settings - Fork 1.4k
build: add export targets #2439
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
Conversation
@swift-ci please test |
This sets up the export targets for swift-package-manager to allow SourceKit-LSP to build against a local build of swift-package-manager on Windows.
CC: @benlangmuir |
hi @compnerd is this still PR relevant? maybe for editing with LSP based editors? |
Yes, this is relevant for LSP. |
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems reasonable to me.
@swift-ci please smoke test |
Retested this, it works and enables SourceKit-LSP work. |
This exports targets from SPM so that they can be used in SourceKit-LSP.