aboutsummaryrefslogtreecommitdiff
path: root/ports/cpu-features
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cpu-features')
-rw-r--r--ports/cpu-features/vcpkg.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/ports/cpu-features/vcpkg.json b/ports/cpu-features/vcpkg.json
index f773cf60b..20974bc65 100644
--- a/ports/cpu-features/vcpkg.json
+++ b/ports/cpu-features/vcpkg.json
@@ -5,10 +5,9 @@
"homepage": "https://github.com/google/cpu_features",
"license": "Apache-2.0",
"supports": "!(arm | uwp)",
- "features": [
- {
- "name": "tools",
+ "features": {
+ "tools": {
"description": "list_cpu_features command line tool"
}
- ]
+ }
}