From 79a9ddf66fcfd248ae484f0443f9340b4fa85f02 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 7 Mar 2025 10:54:14 -0800 Subject: [PATCH] build: pure libghostty builds need to build translations --- build.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/build.zig b/build.zig index f07918441..f2fa9c233 100644 --- a/build.zig +++ b/build.zig @@ -60,6 +60,7 @@ pub fn build(b: *std.Build) !void { // The xcframework build always installs resources because our // macOS xcode project contains references to them. resources.install(); + i18n.install(); // If we aren't emitting docs we need to emit a placeholder so // our macOS xcodeproject builds.