mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +00:00
std.Build.Step.WriteFile: fix call to nonexistent function
This commit is contained in:
parent
43b8304153
commit
33e4cbb20f
@ -96,7 +96,7 @@ pub fn addCopyFile(wf: *WriteFile, source: std.Build.LazyPath, sub_path: []const
|
||||
|
||||
wf.maybeUpdateName();
|
||||
source.addStepDependencies(&wf.step);
|
||||
return file.getLazyPath();
|
||||
return file.getPath();
|
||||
}
|
||||
|
||||
/// A path relative to the package root.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user