mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 12:33:19 +00:00
CC: fix binary dupe with no -o
This commit is contained in:
parent
3fd38429e4
commit
480deacbab
@ -916,6 +916,7 @@ static int main0(int argc, char **argv) {
|
||||
}
|
||||
if (emit_bin_override_path == nullptr) {
|
||||
emit_bin_override_path = "a.out";
|
||||
enable_cache = CacheOptOn;
|
||||
}
|
||||
} else {
|
||||
cmd = CmdBuild;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user