We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bffc2 commit e4769deCopy full SHA for e4769de
build.zig
@@ -18,7 +18,7 @@ pub fn build(b: *std.Build) void {
18
19
b.installArtifact(lib);
20
21
- const exe_mod = b.addModule("chroma", .{
+ const exe_mod = b.addModule("chroma-exe", .{
22
.root_source_file = .{ .src_path = .{ .owner = b, .sub_path = "src/main.zig" } },
23
.target = target,
24
.optimize = optimize,
0 commit comments