| ... | @@ -1218,7 +1218,7 @@ fn make(step: *Step, prog_node: *std.Progress.Node) !void { | ... | @@ -1218,7 +1218,7 @@ fn make(step: *Step, prog_node: *std.Progress.Node) !void { |
| 1218 | // In such case, there will be only one module, so we can leave | 1218 | // In such case, there will be only one module, so we can leave |
| 1219 | // off the naming here. | 1219 | // off the naming here. |
| 1220 | if (module.root_source_file) |lp| { | 1220 | if (module.root_source_file) |lp| { |
| 1221 | const src = lp.getPath2(b, step); | 1221 | const src = lp.getPath2(module.owner, step); |
| 1222 | try zig_args.appendSlice(&.{ "--mod", module_cli_name, src }); | 1222 | try zig_args.appendSlice(&.{ "--mod", module_cli_name, src }); |
| 1223 | } | 1223 | } |
| 1224 | } | 1224 | } |