mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 21:43:25 +00:00
macho: mark __mh_execute_header as ref'd dynamically
This commit is contained in:
parent
0da8ba816a
commit
0f1b5d45bc
@ -2942,7 +2942,7 @@ fn createMhExecuteHeaderSymbol(self: *MachO) !void {
|
||||
.n_strx = n_strx,
|
||||
.n_type = macho.N_SECT | macho.N_EXT,
|
||||
.n_sect = 0,
|
||||
.n_desc = 0,
|
||||
.n_desc = macho.REFERENCED_DYNAMICALLY,
|
||||
.n_value = 0,
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user