aboutsummaryrefslogtreecommitdiff
path: root/src/zig_llvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/zig_llvm.cpp')
-rw-r--r--src/zig_llvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zig_llvm.cpp b/src/zig_llvm.cpp
index b990ae2310..95d7d65d99 100644
--- a/src/zig_llvm.cpp
+++ b/src/zig_llvm.cpp
@@ -850,7 +850,7 @@ bool ZigLLDLink(ZigLLVM_ObjectFormatType oformat, const char **args, size_t arg_
return lld::elf::link(array_ref_args, false, diag);
case ZigLLVM_MachO:
- return lld::mach_o::link(array_ref_args, diag);
+ return lld::mach_o::link(array_ref_args, false, diag);
case ZigLLVM_Wasm:
return lld::wasm::link(array_ref_args, false, diag);