remove -Dstatic

This commit is contained in:
Mitchell Hashimoto
2024-10-24 15:16:36 -07:00
parent 3ae3429bf7
commit b14f0f95a9
2 changed files with 3 additions and 3 deletions

View File

@ -166,7 +166,7 @@ jobs:
# GhosttyKit is the framework that is built from Zig for our native # GhosttyKit is the framework that is built from Zig for our native
# Mac app to access. # Mac app to access.
- name: Build GhosttyKit - name: Build GhosttyKit
run: nix develop -c zig build -Dstatic=true run: nix develop -c zig build
# The native app is built with native XCode tooling. This also does # The native app is built with native XCode tooling. This also does
# codesigning. IMPORTANT: this must NOT run in a Nix environment. # codesigning. IMPORTANT: this must NOT run in a Nix environment.

View File

@ -566,8 +566,8 @@ the configuration file.
### Linux Installation Tips ### Linux Installation Tips
On Linux, you'll need to install header packages for Ghostty's dependencies On Linux, you'll need to install header packages for Ghostty's dependencies
before building it. Typically, these are only gtk4 and libadwaita (unless before building it. Typically, these are only gtk4 and libadwaita, since
building with `-Dstatic=false`). On Ubuntu and Debian, use Ghostty will build everything else static by default. On Ubuntu and Debian, use
``` ```
sudo apt install libgtk-4-dev libadwaita-1-dev git sudo apt install libgtk-4-dev libadwaita-1-dev git