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",