From 5df8d7c1812a99d97b75f193f9630cce78b266fc Mon Sep 17 00:00:00 2001 From: olszomal Date: Tue, 26 Jul 2022 14:24:53 +0200 Subject: [PATCH] enable python3 vcpkg dependence --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 2f7f31d..77cae73 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,6 +3,7 @@ "version-string": "2.4", "dependencies": [ "openssl", - "curl" + "curl", + "python3" ] }