mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
Also return on unix
This commit is contained in:
+1
-1
@@ -1366,7 +1366,7 @@ int main(int arg_count, char **arg_ptr) {
|
|||||||
//NOTE(thebirk): This whole thing is a little leaky
|
//NOTE(thebirk): This whole thing is a little leaky
|
||||||
String complete_path = concatenate_strings(heap_allocator(), output_base, output_ext);
|
String complete_path = concatenate_strings(heap_allocator(), output_base, output_ext);
|
||||||
complete_path = path_to_full_path(heap_allocator(), complete_path);
|
complete_path = path_to_full_path(heap_allocator(), complete_path);
|
||||||
system_exec_command_line_app("odin run", "\"%.*s\" %.*s", LIT(complete_path), LIT(run_args_string));
|
return system_exec_command_line_app("odin run", "\"%.*s\" %.*s", LIT(complete_path), LIT(run_args_string));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user