Skip to content

Commit

Permalink
remove ld_classic
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Jan 7, 2024
1 parent 7ea1a7e commit 864b58b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ fn buildLDC(b: *Builder, lib: *CompileStep, config: ldcConfig) !*RunStep {
if (lib.rootModuleTarget().os.tag == .linux and !config.zig_cc)
try cmds.append("-L--no-as-needed");
if (lib.rootModuleTarget().isDarwin() and !config.zig_cc) {
try cmds.append("-L-ld_classic");
try cmds.append("-L-w");
}

Expand Down

0 comments on commit 864b58b

Please sign in to comment.