Skip to content

Commit 9c0a41f

Browse files
committed
rebase fixup
1 parent 7019960 commit 9c0a41f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Compilation.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ pub fn create(gpa: Allocator, options: InitOptions) !*Compilation {
18971897
.headerpad_max_install_names = options.headerpad_max_install_names,
18981898
.dead_strip_dylibs = options.dead_strip_dylibs,
18991899
.force_undefined_symbols = .{},
1900-
.pdb_source_path = pdb_source_path,
1900+
.pdb_source_path = options.pdb_source_path,
19011901
.pdb_out_path = options.pdb_out_path,
19021902
});
19031903
errdefer bin_file.destroy();

0 commit comments

Comments
 (0)