mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
* [boost-modular-build-helper] Support boost architecture arm+x86 (#25294) * [boost-modular-build-helper] Update port version (#25294) * [boost-modular-build-helper] Update boost dual architecture check (#25294) * [boost-modular-build-helper] Update port version references(#25294) Co-authored-by: Simen August Tinderholt <simen.tinderholt@nordicsemi.no>
This commit is contained in:
parent
50fe35a3c3
commit
f93b8354d1
@ -38,6 +38,8 @@ elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm" OR VCPKG_TARGET_ARCHITECTURE STR
|
||||
list(APPEND B2_OPTIONS architecture=arm)
|
||||
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "ppc64le")
|
||||
list(APPEND B2_OPTIONS architecture=power)
|
||||
elseif("arm64" IN_LIST VCPKG_TARGET_ARCHITECTURE AND "x86_64" IN_LIST VCPKG_TARGET_ARCHITECTURE)
|
||||
list(APPEND B2_OPTIONS architecture=arm+x86)
|
||||
else()
|
||||
list(APPEND B2_OPTIONS architecture=x86)
|
||||
endif()
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"version": "1.79.0",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "Internal vcpkg port used to build Boost libraries",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e416ef5af7f6a850fd3ee6493fb3a359cd7ac6ba",
|
||||
"version": "1.79.0",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "e02a1f1b06a492d932f309feab8ac7751b0327ca",
|
||||
"version": "1.79.0",
|
||||
|
@ -830,7 +830,7 @@
|
||||
},
|
||||
"boost-modular-build-helper": {
|
||||
"baseline": "1.79.0",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"boost-move": {
|
||||
"baseline": "1.79.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user