mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
rebase fixup
This commit is contained in:
parent
701996083a
commit
9c0a41f88a
@ -1897,7 +1897,7 @@ pub fn create(gpa: Allocator, options: InitOptions) !*Compilation {
|
||||
.headerpad_max_install_names = options.headerpad_max_install_names,
|
||||
.dead_strip_dylibs = options.dead_strip_dylibs,
|
||||
.force_undefined_symbols = .{},
|
||||
.pdb_source_path = pdb_source_path,
|
||||
.pdb_source_path = options.pdb_source_path,
|
||||
.pdb_out_path = options.pdb_out_path,
|
||||
});
|
||||
errdefer bin_file.destroy();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user