mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-07 02:12:40 +03:00
git user error fix
This commit is contained in:
+1
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user