| ... | @@ -299,8 +299,8 @@ pub fn openPath(allocator: *Allocator, sub_path: []const u8, options: link.Optio | ... | @@ -299,8 +299,8 @@ pub fn openPath(allocator: *Allocator, sub_path: []const u8, options: link.Optio |
| 299 | | 299 | |
| 300 | self.base.file = file; | 300 | self.base.file = file; |
| 301 | | 301 | |
| 302 | // Create dSym bundle. | 302 | // Create dSYM bundle. |
| 303 | const d_sym_path = try fmt.allocPrint(allocator, "{}.dSym/Contents/Resources/DWARF/", .{sub_path}); | 303 | const d_sym_path = try fmt.allocPrint(allocator, "{}.dSYM/Contents/Resources/DWARF/", .{sub_path}); |
| 304 | defer allocator.free(d_sym_path); | 304 | defer allocator.free(d_sym_path); |
| 305 | var d_sym_bundle = try options.emit.?.directory.handle.makeOpenPath(d_sym_path, .{}); | 305 | var d_sym_bundle = try options.emit.?.directory.handle.makeOpenPath(d_sym_path, .{}); |
| 306 | defer d_sym_bundle.close(); | 306 | defer d_sym_bundle.close(); |