aboutsummaryrefslogtreecommitdiff
path: root/ports/capnproto
diff options
context:
space:
mode:
Diffstat (limited to 'ports/capnproto')
-rw-r--r--ports/capnproto/CONTROL3
-rw-r--r--ports/capnproto/portfile.cmake5
2 files changed, 6 insertions, 2 deletions
diff --git a/ports/capnproto/CONTROL b/ports/capnproto/CONTROL
index 73ac1b2b4..506fb7351 100644
--- a/ports/capnproto/CONTROL
+++ b/ports/capnproto/CONTROL
@@ -1,6 +1,7 @@
Source: capnproto
Version: 0.8.0
+Port-Version: 1
Description: Data interchange format and capability-based RPC system
Homepage: https://capnproto.org/
Build-Depends: zlib
-Supports: !uwp \ No newline at end of file
+Supports: !uwp&!((arm|arm64)&windows)
diff --git a/ports/capnproto/portfile.cmake b/ports/capnproto/portfile.cmake
index c5cf6efb5..2a3aecc13 100644
--- a/ports/capnproto/portfile.cmake
+++ b/ports/capnproto/portfile.cmake
@@ -1,4 +1,7 @@
-vcpkg_fail_port_install(ON_TARGET "UWP")
+vcpkg_fail_port_install(ON_TARGET UWP)
+if(VCPKG_TARGET_IS_WINDOWS)
+ vcpkg_fail_port_install(ON_ARCH arm arm64)
+endif()
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)