Move nasm.exe to windows/nasm.exe, etc

This commit is contained in:
gingerBill
2021-11-26 14:40:39 +00:00
parent c34a331696
commit ffd7ca57f1
4 changed files with 1 additions and 1 deletions

View File

@@ -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 "