mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
macho: forward parsed -compatibility_version to the linker
This commit is contained in:
parent
8437ba6a79
commit
b66911370b
@ -3218,6 +3218,7 @@ fn buildOutputType(
|
||||
.clang_passthrough_mode = clang_passthrough_mode,
|
||||
.clang_preprocessor_mode = clang_preprocessor_mode,
|
||||
.version = optional_version,
|
||||
.compatibility_version = compatibility_version,
|
||||
.libc_installation = if (create_module.libc_installation) |*lci| lci else null,
|
||||
.verbose_cc = verbose_cc,
|
||||
.verbose_link = verbose_link,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user