diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2022-06-28 09:14:35 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2022-06-28 09:22:04 +0200 |
| commit | 075f5bc5ffdbe0a458a733d596a1fc4a74b8e1ab (patch) | |
| tree | 03202c54ac0b5c5d3e12ebfc4a5a433ab4a57ca9 /lib/std/build/CheckObjectStep.zig | |
| parent | 20bd722464699bd11a05fe8e250f9f8086853cf2 (diff) | |
| download | zig-075f5bc5ffdbe0a458a733d596a1fc4a74b8e1ab.tar.gz zig-075f5bc5ffdbe0a458a733d596a1fc4a74b8e1ab.zip | |
link-tests: test -weak-lx and -weak_framework x
Diffstat (limited to 'lib/std/build/CheckObjectStep.zig')
| -rw-r--r-- | lib/std/build/CheckObjectStep.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/std/build/CheckObjectStep.zig b/lib/std/build/CheckObjectStep.zig index 375e183231..c7e91bb7cb 100644 --- a/lib/std/build/CheckObjectStep.zig +++ b/lib/std/build/CheckObjectStep.zig @@ -408,6 +408,8 @@ const MachODumper = struct { .ID_DYLIB, .LOAD_DYLIB, + .LOAD_WEAK_DYLIB, + .REEXPORT_DYLIB, => { const dylib = lc.dylib.inner.dylib; try writer.writeByte('\n'); |
