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
Родитель 472d910a26
Коммит 60ea4d03ed
1 изменённых файлов: 1 добавлений и 1 удалений

2
mjit.c
Просмотреть файл

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