[boost-python] Allow feature python2 on Unix#18465
[boost-python] Allow feature python2 on Unix#18465BillyONeal merged 2 commits intomicrosoft:masterfrom
Conversation
|
Have you tested the feature python2 on all platforms? @Osyotr |
|
@NancyLi1013 I've tested it on x64-windows and x64-linux-dynamic. Have no devices with macos. Perhaps it can be tested with azure pipelines somehow? |
You can make sure it work fine on x86-windows, x64-windows-static and x64-linux. For macOS, it's optional. You can test it if you have azure pipelines. |
|
@NancyLi1013 |
|
LGTM, thanks for your PR @Osyotr. |
|
These changes will need to be reflected into https://github.com/microsoft/vcpkg/tree/master/scripts/boost before merging; I can look at doing that when I have time or if @Osyotr would like to work on it first that would be awesome! |
|
@ras0219-msft although the file structure is intuitive, having some kind of readme for |
|
Could you please merge master to resole the conflicts? |
1979e1c to
69489a7
Compare
|
@NancyLi1013 |
|
Thanks for your contribution! |
Since #18219 it is possible to build python2 for Unix. This PR also removes OS restrictions from python2 feature of boost-python.