From d0ceb8413ca1be17017f04365e52fb5bf0ab4ee4 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 6 Dec 2023 09:14:36 -0600 Subject: [PATCH] Add python3 to vcpkg.json to fix MacOS build --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 507b4a9b86..a971027380 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,6 +7,7 @@ "qt5-svg", "openssl", "lua", + "python3", { "name": "gettext", "features": [ "tools" ]