mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
build: pure libghostty builds need to build translations
This commit is contained in:
@ -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.
|
||||||
|
Reference in New Issue
Block a user