enable python3 vcpkg dependence

This commit is contained in:
olszomal 2022-07-26 14:24:53 +02:00 committed by Michał Trojnara
parent cf20354b91
commit 5df8d7c181

View File

@ -3,6 +3,7 @@
"version-string": "2.4",
"dependencies": [
"openssl",
"curl"
"curl",
"python3"
]
}