We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6d161 commit 0e80573Copy full SHA for 0e80573
vcpkg.json
@@ -4,6 +4,9 @@
4
"dependencies": [
5
"openssl",
6
"curl",
7
- "python3"
+ {
8
+ "name": "python3",
9
+ "platform": "!(windows & static) & !osx"
10
+ }
11
]
12
}
0 commit comments