Skip to content

Commit fb5cd46

Browse files
committed
fix: check target missing color module
1 parent 9f2e3bf commit fb5cd46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ pub fn build_exe(
552552
check_exe.root_module.addImport("renderer", renderer_mod);
553553
check_exe.root_module.addImport("input", input_mod);
554554
check_exe.root_module.addImport("syntax", syntax_mod);
555+
check_exe.root_module.addImport("color", color_mod);
555556
check_exe.root_module.addImport("version_info", b.createModule(.{ .root_source_file = version_info_file }));
556557
check_step.dependOn(&check_exe.step);
557558

0 commit comments

Comments
 (0)