-
Notifications
You must be signed in to change notification settings - Fork 2k
boost: fix output shared library extension on iOS/tvOS/watchOS #13324
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
boost: fix output shared library extension on iOS/tvOS/watchOS #13324
Conversation
must be .dylib instead of .so
I detected other pull requests that are modifying boost/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
All green in build 1 (
|
Hooks produced the following warnings for commit 33a2fd9boost/1.70.0
boost/1.72.0
boost/1.71.0
boost/1.78.0
boost/1.76.0
boost/1.73.0
boost/1.75.0
boost/1.77.0
boost/1.74.0
boost/1.79.0
boost/1.80.0
|
must be .dylib instead of .so
Specify library name and version: boost/*
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!
fixes #12716
I took the idea from custom build script that produces shared libraries with correct extension. Tested by building Boost.System: