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