mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-17 08:21:25 -07:00
Handle calling conventions correctly
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ int main(int argc, char **argv) {
|
||||
exit_code = win32_exec_command_line_app("msvc-link", true,
|
||||
"link %.*s.obj -OUT:%.*s.%s %s "
|
||||
"/defaultlib:libcmt "
|
||||
"/nologo /incremental:no /opt:ref /subsystem:CONSOLE "
|
||||
"/nologo /incremental:no /opt:ref /subsystem:WINDOWS "
|
||||
" %.*s "
|
||||
" %s "
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user