Plugins: install DLL to bin, import library to lib#2367
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.
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 |
|
swiftlang/swift-installer-scripts#485 |
|
I wonder if CI is setting |
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.