| author | |
| committer | |
| log | 871591ca1c4983448be8ab96f64dbd56b3c5b0e5 |
| tree | fab7c7d435ea2629e44668ff0b9eea2bf7e66931 |
| parent | b3f40c35dc0bc4a09124918da3651bbae823b4a6 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Elf.zig+1-1| ... | ... | @@ -279,7 +279,7 @@ pub fn openPath(allocator: Allocator, sub_path: []const u8, options: link.Option |
| 279 | 279 | const index = @as(File.Index, @intCast(try self.files.addOne(allocator))); |
| 280 | 280 | self.files.set(index, .{ .zig_module = .{ |
| 281 | 281 | .index = index, |
| 282 | .path = options.module.?.main_pkg.root_src_path, | |
| 282 | .path = options.module.?.main_mod.root_src_path, | |
| 283 | 283 | } }); |
| 284 | 284 | self.zig_module_index = index; |
| 285 | 285 | const zig_module = self.file(index).?.zig_module; |