mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
respect subsystem flag in all cases
This commit is contained in:
+1
-1
@@ -7998,7 +7998,7 @@ static void init(CodeGen *g) {
|
||||
}
|
||||
|
||||
if (g->is_test_build) {
|
||||
g->subsystem = TargetSubsystemConsole;
|
||||
g->subsystem = g->subsystem == TargetSubsystemAuto ? TargetSubsystemConsole : g->subsystem;
|
||||
}
|
||||
|
||||
assert(g->root_out_name);
|
||||
|
||||
Reference in New Issue
Block a user