Skip to content

Commit bc4631f

Browse files
committed
fix paths in build.zig.zon for imports
1 parent 2f68832 commit bc4631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
.paths = .{
2323
"build.zig",
24-
"ClarTestStep.zig",
24+
"build",
2525
"build.zig.zon",
2626
"README.md",
2727
"LICENSE",

0 commit comments

Comments
 (0)