mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[boost-context] fix arm64 builds (#26444)
This commit is contained in:
parent
3a484e1e7f
commit
973fa17951
@ -7,10 +7,17 @@ if(@VCPKG_TARGET_IS_WINDOWS@)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(@VCPKG_TARGET_IS_OSX@)
|
if(@VCPKG_TARGET_IS_OSX@)
|
||||||
|
if(@VCPKG_TARGET_ARCHITECTURE@ MATCHES "^(ARM|arm)64$")
|
||||||
|
list(APPEND B2_OPTIONS
|
||||||
|
abi=aapcs
|
||||||
|
binary-format=mach-o
|
||||||
|
)
|
||||||
|
else()
|
||||||
list(APPEND B2_OPTIONS
|
list(APPEND B2_OPTIONS
|
||||||
abi=sysv
|
abi=sysv
|
||||||
binary-format=mach-o
|
binary-format=mach-o
|
||||||
)
|
)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if("@VCPKG_TARGET_IS_LINUX@" STREQUAL "ON" OR "@VCPKG_TARGET_IS_ANDROID@" STREQUAL "ON")
|
if("@VCPKG_TARGET_IS_LINUX@" STREQUAL "ON" OR "@VCPKG_TARGET_IS_ANDROID@" STREQUAL "ON")
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "boost-context",
|
"name": "boost-context",
|
||||||
"version": "1.79.0",
|
"version": "1.79.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "Boost context module",
|
"description": "Boost context module",
|
||||||
"homepage": "https://github.com/boostorg/context",
|
"homepage": "https://github.com/boostorg/context",
|
||||||
"license": "BSL-1.0",
|
"license": "BSL-1.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "24210ac19518ca74072938e9569a9e9f5b3476ba",
|
||||||
|
"version": "1.79.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "7abfa63f40d05e79743c416050ed97f8351d3c37",
|
"git-tree": "7abfa63f40d05e79743c416050ed97f8351d3c37",
|
||||||
"version": "1.79.0",
|
"version": "1.79.0",
|
||||||
|
@ -630,7 +630,7 @@
|
|||||||
},
|
},
|
||||||
"boost-context": {
|
"boost-context": {
|
||||||
"baseline": "1.79.0",
|
"baseline": "1.79.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"boost-contract": {
|
"boost-contract": {
|
||||||
"baseline": "1.79.0",
|
"baseline": "1.79.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user