build: disable i18n on FreeBSD

for now
This commit is contained in:
-k
2025-06-16 12:30:28 -04:00
committed by Mitchell Hashimoto
parent 3e582a6158
commit 780ee894d8

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