Skip to content

Commit 0e80573

Browse files
committed
limit platforms installing python
1 parent 8f6d161 commit 0e80573

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vcpkg.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"dependencies": [
55
"openssl",
66
"curl",
7-
"python3"
7+
{
8+
"name": "python3",
9+
"platform": "!(windows & static) & !osx"
10+
}
811
]
912
}

0 commit comments

Comments
 (0)