Commit 480061d2c9

nebulaeonline <linux@nebulae.online>
2018-12-24 05:09:07
git user error fix
1 parent e0af3d7
Changed files (1)
src/codegen.cpp
@@ -7231,8 +7231,7 @@ static void init(CodeGen *g) {
     }
 
     if (g->is_test_build) {
-        g->windows_subsystem_windows = false;
-        g->windows_subsystem_console = true;
+        g->msvc_subsystem = ZigLLVM_MSVC_CONSOLE;
     }
 
     assert(g->root_out_name);