build: disable i18n on FreeBSD

for now
pull/7606/head
-k 2025-06-16 12:30:28 -04:00 committed by Mitchell Hashimoto
parent 3e582a6158
commit 780ee894d8
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ pub fn build(b: *std.Build) !void {
if (config.app_runtime != .none) {
exe.install();
resources.install();
i18n.install();
if (builtin.target.os.tag != .freebsd) i18n.install();
}
// Libghostty