summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mjit.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mjit.c b/mjit.c
index a17f61cdcb..d9e8665632 100644
--- a/mjit.c
+++ b/mjit.c
@@ -680,12 +680,7 @@ compile_c_to_so(const char *c_file, const char *so_file)
files[numberof(files)-3] = so_file;
#endif
args = form_args(5, CC_LDSHARED_ARGS, CC_CODEFLAG_ARGS,
-#ifdef _MSC_VER
- files, libs, CC_DLDFLAGS_ARGS
-#else
- CC_DLDFLAGS_ARGS, files, libs
-#endif
- );
+ files, libs, CC_DLDFLAGS_ARGS);
if (args == NULL)
return FALSE;