[folly] also support arm64 (#19738)

This commit is contained in:
autoantwort 2021-09-04 02:00:37 +02:00 committed by GitHub
parent 9414ca11a9
commit 01198e2497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 4 deletions

View File

@ -1,5 +1,7 @@
if(NOT VCPKG_TARGET_ARCHITECTURE STREQUAL x64)
message(FATAL_ERROR "Folly only supports the x64 architecture.")
if (VCPKG_TARGET_IS_WINDOWS)
vcpkg_fail_port_install(ON_TARGET "UWP" ON_ARCH "x86" "arm" "arm64")
else()
vcpkg_fail_port_install(ON_ARCH "x86" "arm")
endif()
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

View File

@ -1,9 +1,10 @@
{
"name": "folly",
"version-string": "2021.06.14.00",
"port-version": 1,
"description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows",
"homepage": "https://github.com/facebook/folly",
"supports": "x64",
"supports": "x64 | (arm64 & !windows)",
"dependencies": [
"boost-chrono",
"boost-context",

View File

@ -2098,7 +2098,7 @@
},
"folly": {
"baseline": "2021.06.14.00",
"port-version": 0
"port-version": 1
},
"font-chef": {
"baseline": "1.0.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "92b7d618fda609b74ea8862c9950e40a9f03418d",
"version-string": "2021.06.14.00",
"port-version": 1
},
{
"git-tree": "4a11b9cd2ca209a5277f7b90bc8d1c6c6b501079",
"version-string": "2021.06.14.00",