From 0e80573c589d03978123b1a872e818fdebdaff60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Mon, 1 Aug 2022 20:10:59 +0200 Subject: [PATCH] limit platforms installing python --- vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + } ] }