diff --git a/vcpkg.json b/vcpkg.json index 77cae73..8970149 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -4,6 +4,9 @@ "dependencies": [ "openssl", "curl", - "python3" + { + "name": "python3", + "platform": "!(windows & static) & !osx" + } ] }