| author | |
| committer | |
| log | 33e4cbb20f7cac71e5feaeeeb4c7576ab4708697 |
| tree | aee89f2828615789d11e2dcb57d118d8bb34be4e |
| parent | 43b830415368ac4fb08bf5e154a222a38baf4a24 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Build/Step/WriteFile.zig+1-1| ... | ... | @@ -96,7 +96,7 @@ pub fn addCopyFile(wf: *WriteFile, source: std.Build.LazyPath, sub_path: []const |
| 96 | 96 | |
| 97 | 97 | wf.maybeUpdateName(); |
| 98 | 98 | source.addStepDependencies(&wf.step); |
| 99 | return file.getLazyPath(); | |
| 99 | return file.getPath(); | |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | 102 | /// A path relative to the package root. |