mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Move nasm.exe to windows/nasm.exe, etc
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ i32 linker_stage(lbGenerator *gen) {
|
|||||||
String obj_file = concatenate_strings(permanent_allocator(), asm_file, str_lit(".obj"));
|
String obj_file = concatenate_strings(permanent_allocator(), asm_file, str_lit(".obj"));
|
||||||
|
|
||||||
result = system_exec_command_line_app("nasm",
|
result = system_exec_command_line_app("nasm",
|
||||||
"\"%.*s\\bin\\nasm\\nasm.exe\" \"%.*s\" "
|
"\"%.*s\\bin\\nasm\\windows\\nasm.exe\" \"%.*s\" "
|
||||||
"-f win64 "
|
"-f win64 "
|
||||||
"-o \"%.*s\" "
|
"-o \"%.*s\" "
|
||||||
"%.*s "
|
"%.*s "
|
||||||
|
|||||||
Reference in New Issue
Block a user