build: some style changes, namely we should create steps only in root

This commit is contained in:
Mitchell Hashimoto
2025-02-27 12:33:24 -08:00
committed by Leah Amelia Chen
parent e252932bde
commit 6b1a017a86
3 changed files with 50 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ const std = @import("std");
const global = &@import("../../global.zig").state;
const build_config = @import("../../build_config.zig");
const log = std.log.scoped(.i18n);
const log = std.log.scoped(.gtk_i18n);
pub fn init(alloc: std.mem.Allocator) !void {
const resources_dir = global.resources_dir orelse {