mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-19 19:41:27 +00:00
build: some style changes, namely we should create steps only in root
This commit is contained in:
committed by
Leah Amelia Chen
parent
e252932bde
commit
6b1a017a86
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user