| ... | @@ -96,7 +96,7 @@ pub fn addCopyFile(wf: *WriteFile, source: std.Build.LazyPath, sub_path: []const | ... | @@ -96,7 +96,7 @@ pub fn addCopyFile(wf: *WriteFile, source: std.Build.LazyPath, sub_path: []const |
| 96 | | 96 | |
| 97 | wf.maybeUpdateName(); | 97 | wf.maybeUpdateName(); |
| 98 | source.addStepDependencies(&wf.step); | 98 | source.addStepDependencies(&wf.step); |
| 99 | return file.getLazyPath(); | 99 | return file.getPath(); |
| 100 | } | 100 | } |
| 101 | | 101 | |
| 102 | /// A path relative to the package root. | 102 | /// A path relative to the package root. |