-
Notifications
You must be signed in to change notification settings - Fork 325
Plugins: install DLL to bin, import library to lib
#2367
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
base: main
Are you sure you want to change the base?
Conversation
Adjust the install rules to account for the different installation expectations on Windows. DLL files are installed into the `bin` and import libraries are to be installed in `lib`.
|
@swift-ci please test |
|
We only use these libraries using |
Well, all the DLLs are meant to be in This PR is paired with swiftlang/swift-installer-scripts#485 and you will see that only the source is changed, not the destination. |
ahoppen
left a comment
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.
Thanks for the clarification. Looks good to me 👍🏽
|
@swift-ci please test Windows platform |
2 similar comments
|
@swift-ci please test Windows platform |
|
@swift-ci please test Windows platform |
Adjust the install rules to account for the different installation expectations on Windows. DLL files are installed into the
binand import libraries are to be installed inlib.