zig/test/standalone/link_frameworks
Jakub Konka f2bf1390a2 macho: fix linking of dylibs and frameworks
Previously, I have incorrectly assumed that with two-level namespace
we only need to link in dylibs/frameworks that actually export symbols
which are undefined in the linked image. Turns out, regardless of
whether we link with two-level namespace (default on macOS) or a
flat namespace (more common on other platforms), we always need to
put the dylibs/frameworks as specified by the user from the linker
line into the final linked image.
2021-08-10 08:13:07 +02:00
..
build.zig macho: fix linking of dylibs and frameworks 2021-08-10 08:13:07 +02:00
main.c macho: fix linking of dylibs and frameworks 2021-08-10 08:13:07 +02:00