mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-31 12:49:03 +00:00
Was brought up as possibly being a build issue here: https://codeberg.org/vancluever/translate-c/pulls/1 I do think that this is the better approach and seems to be the close equivalent of the `.zig_ilb` option that's coming with `LazyPath` in 0.17.0 (which is how translate-c behaves there). I was looking for something like this initially and I _think_ I might have passed over it to start with because it was a bit hard to determine the circumstances that `b.graph.zig_lib_directory` would be null, but upon further examination, I think such cases would be rare if they happened at all. Rather than default to the cwd in this event though I just get it to error out - that way we'll know if it ever is the case!