mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-31 20:59:02 +00:00
This updates the translate-c backport to use the Zig lib dir from the build graph rather than an external "zig env" invocation.
15 lines
459 B
Zig
15 lines
459 B
Zig
.{
|
|
.name = .macos,
|
|
.version = "0.1.0",
|
|
.fingerprint = 0x45e2f6107d5b2b2c,
|
|
.paths = .{""},
|
|
.dependencies = .{
|
|
.apple_sdk = .{ .path = "../apple-sdk" },
|
|
.translate_c = .{
|
|
.url = "https://codeberg.org/vancluever/translate-c/archive/80f8b6e4f45a303268717d8e5f4f91d7837138bb.tar.gz",
|
|
.hash = "translate_c-0.0.0-Q_BUWmU6BwB_9JKG2l2W7i_mhmYWeRseTGBEHi_YlV5f",
|
|
.lazy = true,
|
|
},
|
|
},
|
|
}
|