mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fixed 'sh: main: command not found' error on linux.
This commit is contained in:
@@ -1084,6 +1084,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) {
|
||||||
|
output_base = path_to_full_path(heap_allocator(), output_base);
|
||||||
system_exec_command_line_app("odin run", false, "\"%.*s\"", LIT(output_base));
|
system_exec_command_line_app("odin run", false, "\"%.*s\"", LIT(output_base));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user