-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.linkingos-macos
Milestone
Description
ZIG_SYSTEM_LINKER_HACK
is an environment variable that Zig inspects on macOS when building natively, and will execute the system linker, ld64, as a child process, rather than using LLD or self-hosted linker.
Line 764 in 2d11967
const system_linker_hack = std.os.getenv("ZIG_SYSTEM_LINKER_HACK") != null; |
Don't get comfortable with it. This is a temporary workaround until our Mach-O linking code is sufficient to justify removing it.
Related: #8727
This issue blocks Zig 1.0.
komuw and rksmkubkon and jorangreefkubkon and jorangreefkubkon and jorangreefkubkon and jorangreef
Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.linkingos-macos