mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Make odin run return the process exit code
This commit is contained in:
+1
-1
@@ -1219,7 +1219,7 @@ int main(int arg_count, char **arg_ptr) {
|
|||||||
remove_temp_files(output_base);
|
remove_temp_files(output_base);
|
||||||
|
|
||||||
if (run_output) {
|
if (run_output) {
|
||||||
system_exec_command_line_app("odin run", "%.*s.exe %.*s", LIT(output_base), LIT(run_args_string));
|
return system_exec_command_line_app("odin run", "%.*s.exe %.*s", LIT(output_base), LIT(run_args_string));
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
timings_start_section(&timings, str_lit("ld-link"));
|
timings_start_section(&timings, str_lit("ld-link"));
|
||||||
|
|||||||
Reference in New Issue
Block a user