fix: check target
This commit is contained in:
parent
45574ff5c5
commit
3c4f40f16c
1 changed files with 1 additions and 0 deletions
|
@ -587,6 +587,7 @@ pub fn build_exe(
|
|||
check_exe.root_module.addImport("input", input_mod);
|
||||
check_exe.root_module.addImport("syntax", syntax_mod);
|
||||
check_exe.root_module.addImport("color", color_mod);
|
||||
check_exe.root_module.addImport("bin_path", bin_path_mod);
|
||||
check_exe.root_module.addImport("version", b.createModule(.{ .root_source_file = version_file }));
|
||||
check_exe.root_module.addImport("version_info", b.createModule(.{ .root_source_file = version_info_file }));
|
||||
check_step.dependOn(&check_exe.step);
|
||||
|
|
Loading…
Add table
Reference in a new issue