| author | |
| committer | |
| log | 4a8e766ef5d0c98b27ffad7907c6ce30c54a1ba8 |
| tree | 52f1fc4c8b5c591e284e96895547cdd488584cd0 |
| parent | faa3c40b542f7e6f4d98e8ca542bb47dd603e358 |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
src/link.cpp+1| ... | ... | @@ -566,6 +566,7 @@ static const char *build_libc_object(CodeGen *parent_gen, const char *name, CFil |
| 566 | 566 | Stage2ProgressNode *progress_node) |
| 567 | 567 | { |
| 568 | 568 | CodeGen *child_gen = create_child_codegen(parent_gen, nullptr, OutTypeObj, nullptr, name, progress_node); |
| 569 | child_gen->root_out_name = buf_create_from_str(name); | |
| 569 | 570 | ZigList<CFile *> c_source_files = {0}; |
| 570 | 571 | c_source_files.append(c_file); |
| 571 | 572 | child_gen->c_source_files = c_source_files; |