diff options
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 " |