diff options
| author | gingerBill <bill@gingerbill.org> | 2018-03-03 10:25:13 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-03-03 10:25:13 +0000 |
| commit | b21cdd5037d6a11d6b78f3b140b19f6b409d0dde (patch) | |
| tree | 667986d4cffad700577c8442f7a5700a08673f56 /src/main.cpp | |
| parent | 63ab8b241866d2e7d12445f2cd95db3f808e0c7b (diff) | |
| parent | cb7a343caf0a84c1c5b1ebde4b8845e2fced9f35 (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index f2fde5dc8..1e852102b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -983,7 +983,7 @@ int main(int arg_count, char **arg_ptr) { remove_temp_files(output_base); if (run_output) { - system_exec_command_line_app("odin run", false, "%.*s", LIT(output_base)); + system_exec_command_line_app("odin run", false, "%s/%.*s", cwd, LIT(output_base)); } #endif |