| author | |
| committer | |
| log | 3819654c3931b762b0d3dac3b79d58eb791a646d |
| tree | a8f243036d9ab2699351c561ca0f83b2c9c471fc |
| parent | 1ab0ac3ea2a187648b9d13de7f3e0bd1c7c4bf4a |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
src/codegen.cpp+1| ... | ... | @@ -100,6 +100,7 @@ CodeGen *codegen_create(Buf *main_pkg_path, Buf *root_src_path, const ZigTarget |
| 100 | 100 | |
| 101 | 101 | codegen_add_time_event(g, "Initialize"); |
| 102 | 102 | |
| 103 | g->subsystem = TargetSubsystemAuto; | |
| 103 | 104 | g->libc = libc; |
| 104 | 105 | g->zig_target = target; |
| 105 | 106 | g->cache_dir = cache_dir; |