From 19f0c0c52f7e68f80a21db89b4a47e005af69e3a Mon Sep 17 00:00:00 2001 From: FrankXie Date: Wed, 20 Nov 2024 09:41:40 +0000 Subject: [PATCH] !arm windows --- ports/cpuid/vcpkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/cpuid/vcpkg.json b/ports/cpuid/vcpkg.json index 098376261fd..2a4466a29f8 100644 --- a/ports/cpuid/vcpkg.json +++ b/ports/cpuid/vcpkg.json @@ -4,7 +4,7 @@ "description": "Provides CPU identification for the x86 (and x86_64)", "homepage": "https://github.com/anrieff/libcpuid", "license": "MIT", - "supports": "(x86 | x64) & !uwp", + "supports": "(x86 | x64) & !uwp & !(windows & (arm | arm64))", "dependencies": [ { "name": "vcpkg-cmake",