authorgravatar for linux@nebulae.onlinenebulaeonline <linux@nebulae.online> 2018-12-23 23:09:07-05:00
committergravatar for linux@nebulae.onlinenebulaeonline <linux@nebulae.online> 2018-12-23 23:09:07-05:00
log480061d2c999375be1442d14451da15d6662e67d
treeb0613eb0ce45d322891bc80a7a06fa82a84e9459
parente0af3d7b5041a4dda4b0933b848447a31ef36348

git user error fix


1 files changed, 1 insertions(+), 2 deletions(-)

src/codegen.cpp+1-2
...@@ -7231,8 +7231,7 @@ static void init(CodeGen *g) {...@@ -7231,8 +7231,7 @@ static void init(CodeGen *g) {
7231 }7231 }
72327232
7233 if (g->is_test_build) {7233 if (g->is_test_build) {
7234 g->windows_subsystem_windows = false;7234 g->msvc_subsystem = ZigLLVM_MSVC_CONSOLE;
7235 g->windows_subsystem_console = true;
7236 }7235 }
72377236
7238 assert(g->root_out_name);7237 assert(g->root_out_name);