Commit b66911370b

Jakub Konka <kubkon@jakubkonka.com>
2024-01-17 06:30:30
macho: forward parsed -compatibility_version to the linker
1 parent 8437ba6
Changed files (1)
src/main.zig
@@ -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,