mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
[qwaq] Ensure main thread return code gets returned
Needed for catching vkgen errors during the build.
This commit is contained in:
parent
79177e96e8
commit
8290e3800f
1 changed files with 1 additions and 0 deletions
|
@ -480,6 +480,7 @@ main (int argc, char **argv)
|
|||
}
|
||||
}
|
||||
pthread_join (thread_data.a[main_ind]->thread_id, 0);
|
||||
ret = thread_data.a[main_ind]->return_code;
|
||||
}
|
||||
|
||||
Sys_Shutdown ();
|
||||
|
|
Loading…
Reference in a new issue