build: pure libghostty builds need to build translations
parent
e8a988f6d3
commit
79a9ddf66f
|
|
@ -60,6 +60,7 @@ pub fn build(b: *std.Build) !void {
|
||||||
// The xcframework build always installs resources because our
|
// The xcframework build always installs resources because our
|
||||||
// macOS xcode project contains references to them.
|
// macOS xcode project contains references to them.
|
||||||
resources.install();
|
resources.install();
|
||||||
|
i18n.install();
|
||||||
|
|
||||||
// If we aren't emitting docs we need to emit a placeholder so
|
// If we aren't emitting docs we need to emit a placeholder so
|
||||||
// our macOS xcodeproject builds.
|
// our macOS xcodeproject builds.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue