diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-09-08 13:31:18 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-09-08 13:46:05 -0700 |
| commit | d7d372124b54100504f6d30cac1d2084cf998af7 (patch) | |
| tree | cbdeacb03c6ac016079841cba258899991bfef0c /Makefile | |
| parent | 97aef76501e05bad02a99284c85e5aad97beca6a (diff) | |
update to stage3 zig with -fstage1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ init: # Slightly cursed way that we setup a dev version of this locally on NixOS. dev/install: - zig build -Dcpu=baseline -Drelease-fast + zig build -fstage1 -Dcpu=baseline -Drelease-fast if [ -f "/etc/NIXOS" ]; then patchelf --set-rpath "${LD_LIBRARY_PATH}" zig-out/bin/ghostty; fi mkdir -p ${HOME}/bin cp zig-out/bin/ghostty ${HOME}/bin/devtty |
