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 \