mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[capnproto] Support Windows on ARM64. (#42697)
This commit is contained in:
parent
d00bfc5a86
commit
a09e4e86d8
@ -10,6 +10,12 @@ vcpkg_from_github(
|
||||
undef-KJ_USE_EPOLL-for-ANDROID_PLATFORM-23.patch
|
||||
)
|
||||
|
||||
if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
|
||||
# In ARM64 it fails without /bigobj
|
||||
set(VCPKG_CXX_FLAGS "${VCPKG_CXX_FLAGS} /bigobj")
|
||||
set(VCPKG_C_FLAGS "${VCPKG_C_FLAGS} /bigobj")
|
||||
endif()
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
FEATURES
|
||||
"openssl" OPENSSL_FEATURE
|
||||
|
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "capnproto",
|
||||
"version": "1.0.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Data interchange format and capability-based RPC system",
|
||||
"homepage": "https://capnproto.org/",
|
||||
"license": "MIT",
|
||||
"supports": "!windows | (!uwp & !arm)",
|
||||
"supports": "!windows | (!uwp & !arm32)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -1506,7 +1506,7 @@
|
||||
},
|
||||
"capnproto": {
|
||||
"baseline": "1.0.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"capstone": {
|
||||
"baseline": "5.0.3",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "34d3e2f7eaa026d154cec3576cffefe6aec1cda1",
|
||||
"version": "1.0.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "38a65f51f26928a3ea7bed90ada2ec4081091a6b",
|
||||
"version": "1.0.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user