macho: forward parsed -compatibility_version to the linker

This commit is contained in:
Jakub Konka 2024-01-17 06:30:30 +01:00
parent 8437ba6a79
commit b66911370b

View File

@ -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,