From 4839a89f4214610b25b00529db9e0a562032370c Mon Sep 17 00:00:00 2001 From: Andy Vandijck Date: Mon, 19 May 2025 10:33:29 +0200 Subject: [PATCH] python3 build fix --- tools/builder/core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/builder/core.sh b/tools/builder/core.sh index a3983a19..cd46f8f2 100644 --- a/tools/builder/core.sh +++ b/tools/builder/core.sh @@ -308,7 +308,7 @@ DIST_POST_BUILD="$DIST_POST_BUILD python3 python3 -m pip install six; \ rm \"\$BUILD_ROOT/root/bin/meson\"; \ python3 -m pip install meson; \ - rebuild_dist libxml2 -Dpython=true; + rebuild_dist libxml2 -Dpython=disabled; fontconfig mkdir -p \"\$BUILD_ROOT/root/etc/fonts\"; \ touch \"\$BUILD_ROOT/root/etc/fonts/fonts.conf\"; \ sed -i.bak \"s|/usr/share/fonts|\$BUILD_ROOT/root/share/fonts|g\" \"\$BUILD_ROOT/root/etc/fonts/fonts.conf\";