mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:32:47 +08:00
[boost-modular-build-helper] add risc-v support (#29871)
This commit is contained in:
parent
06b0521c43
commit
902144a2de
@ -42,6 +42,8 @@ elseif(VCPKG_TARGET_ARCHITECTURE MATCHES "loongarch")
|
||||
list(APPEND B2_OPTIONS architecture=loongarch)
|
||||
elseif(VCPKG_TARGET_ARCHITECTURE MATCHES "mips64")
|
||||
list(APPEND B2_OPTIONS architecture=mips64)
|
||||
elseif(VCPKG_TARGET_ARCHITECTURE MATCHES "riscv")
|
||||
list(APPEND B2_OPTIONS architecture=riscv)
|
||||
elseif("arm64" IN_LIST VCPKG_TARGET_ARCHITECTURE AND "x86_64" IN_LIST VCPKG_TARGET_ARCHITECTURE)
|
||||
list(APPEND B2_OPTIONS architecture=arm+x86)
|
||||
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "wasm32")
|
||||
|
@ -2,7 +2,7 @@
|
||||
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
||||
"name": "boost-modular-build-helper",
|
||||
"version": "1.81.0",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "Internal vcpkg port used to build Boost libraries",
|
||||
"license": "MIT",
|
||||
"dependencies": [
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "976b927d38ce533c1c403b80c9e0e23e62737195",
|
||||
"version": "1.81.0",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "085487a72fedfb544d04c60b8a96f580213c0efd",
|
||||
"version": "1.81.0",
|
||||
|
@ -898,7 +898,7 @@
|
||||
},
|
||||
"boost-modular-build-helper": {
|
||||
"baseline": "1.81.0",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"boost-move": {
|
||||
"baseline": "1.81.0",
|
||||
|
Loading…
Reference in New Issue
Block a user