mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
Fixes a bug where the last written load command would accidentally override the beginning of the __text section. Also defines missing MachO constants and relocation structs/enums. Signed-off-by: Jakub Konka <kubkon@jakubkonka.com>