Skip to content

Commit e4769de

Browse files
committed
change exe mod name
1 parent f4bffc2 commit e4769de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn build(b: *std.Build) void {
1818

1919
b.installArtifact(lib);
2020

21-
const exe_mod = b.addModule("chroma", .{
21+
const exe_mod = b.addModule("chroma-exe", .{
2222
.root_source_file = .{ .src_path = .{ .owner = b, .sub_path = "src/main.zig" } },
2323
.target = target,
2424
.optimize = optimize,

0 commit comments

Comments
 (0)