| author | |
| committer | |
| log | b66911370b3a5376c8f383dc0a187ffe9c3bbeb2 |
| tree | 423455617d0fe2524391ec67e08afce9c13575ba |
| parent | 8437ba6a795f015ad34c33b8ac768def24cfbc5e |
1 files changed, 1 insertions(+), 0 deletions(-)
src/main.zig+1| ... | ... | @@ -3218,6 +3218,7 @@ fn buildOutputType( |
| 3218 | 3218 | .clang_passthrough_mode = clang_passthrough_mode, |
| 3219 | 3219 | .clang_preprocessor_mode = clang_preprocessor_mode, |
| 3220 | 3220 | .version = optional_version, |
| 3221 | .compatibility_version = compatibility_version, | |
| 3221 | 3222 | .libc_installation = if (create_module.libc_installation) |*lci| lci else null, |
| 3222 | 3223 | .verbose_cc = verbose_cc, |
| 3223 | 3224 | .verbose_link = verbose_link, |