From 9faed399317af82cb9152194603dc805340dbb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Wed, 20 Sep 2023 15:00:49 +0200 Subject: [PATCH] Add builtin-baseline --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 8970149a..ba4560cf 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -8,5 +8,6 @@ "name": "python3", "platform": "!(windows & static) & !osx" } - ] + ], + "builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2" }