authorgravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-01-17 06:30:30+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2024-01-24 12:34:41+01:00
logb66911370b3a5376c8f383dc0a187ffe9c3bbeb2
tree423455617d0fe2524391ec67e08afce9c13575ba
parent8437ba6a795f015ad34c33b8ac768def24cfbc5e

macho: forward parsed -compatibility_version to the linker


1 files changed, 1 insertions(+), 0 deletions(-)

src/main.zig+1
...@@ -3218,6 +3218,7 @@ fn buildOutputType(...@@ -3218,6 +3218,7 @@ fn buildOutputType(
3218 .clang_passthrough_mode = clang_passthrough_mode,3218 .clang_passthrough_mode = clang_passthrough_mode,
3219 .clang_preprocessor_mode = clang_preprocessor_mode,3219 .clang_preprocessor_mode = clang_preprocessor_mode,
3220 .version = optional_version,3220 .version = optional_version,
3221 .compatibility_version = compatibility_version,
3221 .libc_installation = if (create_module.libc_installation) |*lci| lci else null,3222 .libc_installation = if (create_module.libc_installation) |*lci| lci else null,
3222 .verbose_cc = verbose_cc,3223 .verbose_cc = verbose_cc,
3223 .verbose_link = verbose_link,3224 .verbose_link = verbose_link,