| author | |
| committer | |
| log | 9c0a41f88afadc29fa46565da5df8cdda177b497 |
| tree | 4bb90b28c99f0aa1b7e945d6b7fdb4180fcd4829 |
| parent | 701996083a8e4ac6209d953a38df8dfb7d18a184 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Compilation.zig+1-1| ... | ... | @@ -1897,7 +1897,7 @@ pub fn create(gpa: Allocator, options: InitOptions) !*Compilation { |
| 1897 | 1897 | .headerpad_max_install_names = options.headerpad_max_install_names, |
| 1898 | 1898 | .dead_strip_dylibs = options.dead_strip_dylibs, |
| 1899 | 1899 | .force_undefined_symbols = .{}, |
| 1900 | .pdb_source_path = pdb_source_path, | |
| 1900 | .pdb_source_path = options.pdb_source_path, | |
| 1901 | 1901 | .pdb_out_path = options.pdb_out_path, |
| 1902 | 1902 | }); |
| 1903 | 1903 | errdefer bin_file.destroy(); |