mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:09:00 +08:00
[folly] also support arm64 (#19738)
This commit is contained in:
parent
9414ca11a9
commit
01198e2497
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -2098,7 +2098,7 @@
|
||||
},
|
||||
"folly": {
|
||||
"baseline": "2021.06.14.00",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"font-chef": {
|
||||
"baseline": "1.0.1",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user