diff options
| author | gingerBill <bill@gingerbill.org> | 2021-11-26 14:40:39 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-11-26 14:40:39 +0000 |
| commit | ffd7ca57f14efe63469b45cc0757d847c17c5556 (patch) | |
| tree | a591dbb6e4e55c88101512cf903f01a2c441457b /src/main.cpp | |
| parent | c34a33169670568526fb0f34c252ca5bf641d8ec (diff) | |
Move nasm.exe to windows/nasm.exe, etc
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 d35a01f10..1abe0f42d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -274,7 +274,7 @@ i32 linker_stage(lbGenerator *gen) { String obj_file = concatenate_strings(permanent_allocator(), asm_file, str_lit(".obj")); result = system_exec_command_line_app("nasm", - "\"%.*s\\bin\\nasm\\nasm.exe\" \"%.*s\" " + "\"%.*s\\bin\\nasm\\windows\\nasm.exe\" \"%.*s\" " "-f win64 " "-o \"%.*s\" " "%.*s " |