ghostty/pkg/libintl/build.zig.zon
2025-03-07 13:41:59 -08:00

14 lines
352 B
Zig

.{
.name = "libintl",
.version = "0.24.0",
.paths = .{""},
.dependencies = .{
.gettext = .{
.url = "https://deps.files.ghostty.org/gettext-0.24.tar.gz",
.hash = "1220f870c853529233ea64a108acaaa81f8d06d7ff4b66c76930be7d78d508aff7a2",
},
.apple_sdk = .{ .path = "../apple-sdk" },
},
}