Skip to content

Commit

Permalink
codegen: initialize subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed May 29, 2019
1 parent 1ab0ac3 commit 3819654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3819654

Please sign in to comment.