From 2fea223bcf5c62efad81b7d69a79b7ac1caadb65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaim=20=28Jo=C3=ABl=20Lamotte=29?= <142265+Klaim@users.noreply.github.com> Date: Thu, 24 Jul 2025 13:10:00 +0200 Subject: [PATCH] attempt to provide libiconv and libxml2 with static micromamba build --- vcpkg.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index 2f579985d..21825b0bd 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,6 +3,8 @@ "dependencies": [ "zstd", "curl", + "libxml2", + "libiconv", { "name": "winreg", "platform": "windows"