mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com suffix in order to spawn an executable. Now that we have Cosmo bash we're no longer so dependent on the cmd.exe prompt.
This commit is contained in:
parent
c8383f25b4
commit
a6baba1b07
239 changed files with 2092 additions and 2244 deletions
|
@ -162,7 +162,7 @@ dontasan int main(int argc, char *argv[]) {
|
|||
// we're done!
|
||||
int status = MIN(255, g_testlib_failed);
|
||||
if (!status && IsRunningUnderMake()) {
|
||||
return 254; // compile.com considers this 0 and propagates output
|
||||
return 254; // compile considers this 0 and propagates output
|
||||
} else if (!status && _weaken(pthread_exit)) {
|
||||
_weaken(pthread_exit)(0);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue