diff --git a/ports/cpuid/vcpkg.json b/ports/cpuid/vcpkg.json index ee65c0976f9998..4042fe965130a5 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 | arm) & linux & !uwp", + "supports": "(arm | x64 | x86) & !uwp", "dependencies": [ { "name": "vcpkg-cmake",