fix cache for files other than main.zig
This commit is contained in:
parent
48ceb136de
commit
a0e204bdf2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ pub fn build(b: *std.build.Builder) !void {
|
|||
}
|
||||
const cmd = try std.fmt.allocPrint(b.allocator, ifstatement, .{
|
||||
function_name_file,
|
||||
exe.root_src.?.path,
|
||||
std.fs.path.dirname(exe.root_src.?.path),
|
||||
function_name_file,
|
||||
function_name,
|
||||
not_found_fmt,
|
||||
|
|
Loading…
Add table
Reference in a new issue