1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

mjit.c: revert r62316 partially

* mjit.c (compile_c_to_so): libs is not constant on Windows.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-02-08 15:46:11 +00:00
parent 472d910a26
commit 60ea4d03ed

2
mjit.c
View file

@ -660,7 +660,7 @@ compile_c_to_so(const char *c_file, const char *so_file)
int exit_code;
const char *input[] = {NULL, NULL};
const char *output[] = {"-o", NULL, NULL};
static const char *const libs[] = {
const char *libs[] = {
#ifdef _MSC_VER
LIBRUBYARG_SHARED,
"-link",