From 202ee93aa1b7813e03b304efade4b359dfb48f84 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sat, 2 Aug 2025 02:22:11 -0400 Subject: [PATCH 1/2] libxml2: Set environment variables --- bucket/libxml2.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bucket/libxml2.json b/bucket/libxml2.json index c4f04a6ea012c..0727fd25b5082 100644 --- a/bucket/libxml2.json +++ b/bucket/libxml2.json @@ -41,6 +41,10 @@ ] } }, + "env_set": { + "LIBXML2_INCLUDE_DIR": "$dir\\include", + "LIBXML2_LIBRARY": "$dir\\lib" + }, "bin": [ "bin\\xmlcatalog.exe", "bin\\xmllint.exe", From 270a4757fdb562e1fff29fc7116fd33a2eef64d8 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Sun, 17 Aug 2025 08:47:13 -0400 Subject: [PATCH 2/2] libxml2: Add `LibXml2_ROOT` --- bucket/libxml2.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bucket/libxml2.json b/bucket/libxml2.json index 0727fd25b5082..3b19e3073bb03 100644 --- a/bucket/libxml2.json +++ b/bucket/libxml2.json @@ -43,7 +43,8 @@ }, "env_set": { "LIBXML2_INCLUDE_DIR": "$dir\\include", - "LIBXML2_LIBRARY": "$dir\\lib" + "LIBXML2_LIBRARY": "$dir\\lib", + "LibXml2_ROOT": "$dir" }, "bin": [ "bin\\xmlcatalog.exe",