mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 22:09:49 +00:00
codegen: initialize subsystem
This commit is contained in:
parent
1ab0ac3ea2
commit
3819654c39
@ -100,6 +100,7 @@ CodeGen *codegen_create(Buf *main_pkg_path, Buf *root_src_path, const ZigTarget
|
||||
|
||||
codegen_add_time_event(g, "Initialize");
|
||||
|
||||
g->subsystem = TargetSubsystemAuto;
|
||||
g->libc = libc;
|
||||
g->zig_target = target;
|
||||
g->cache_dir = cache_dir;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user