Commit 33e4cbb20f
Changed files (1)
lib
std
Build
Step
lib/std/Build/Step/WriteFile.zig
@@ -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.