From 6bda5d7ddaf018ff810bbde7f60e4dc16e8361d6 Mon Sep 17 00:00:00 2001 From: psadi Date: Sun, 10 May 2026 22:31:47 +0530 Subject: [PATCH] fix: disable system freetype stack in build --- bin/build-ghostty.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/build-ghostty.sh b/bin/build-ghostty.sh index 58a7db5..afda651 100755 --- a/bin/build-ghostty.sh +++ b/bin/build-ghostty.sh @@ -13,6 +13,9 @@ BUILD_ARGS=" -Doptimize=ReleaseFast \ -Dpie=true \ --system /tmp/offline-cache/p \ + -fno-sys=freetype \ + -fno-sys=zlib \ + -fno-sys=libpng \ -Dgtk-wayland=true \ -Dgtk-x11=true \ -Demit-docs=false \