зеркало из https://github.com/github/ruby.git
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:
Родитель
472d910a26
Коммит
60ea4d03ed
2
mjit.c
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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче