зеркало из https://github.com/github/ruby.git
* ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
39c2cf2c81
Коммит
f0f281c1c1
|
@ -1,3 +1,7 @@
|
|||
Sat Dec 27 21:46:10 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
|
||||
|
||||
* ext/dl/test/test_base.rb: use lib64 when the architecture is x86_64.
|
||||
|
||||
Sat Dec 27 20:26:59 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (rb_w32_argv_size): if an argument is empty, it's size
|
||||
|
|
|
@ -5,6 +5,9 @@ case RUBY_PLATFORM
|
|||
when /cygwin/
|
||||
LIBC_SO = "cygwin1.dll"
|
||||
LIBM_SO = "cygwin1.dll"
|
||||
when /x86_64-linux/
|
||||
LIBC_SO = "/lib64/libc.so.6"
|
||||
LIBM_SO = "/lib64/libm.so.6"
|
||||
when /linux/
|
||||
LIBC_SO = "/lib/libc.so.6"
|
||||
LIBM_SO = "/lib/libm.so.6"
|
||||
|
|
Загрузка…
Ссылка в новой задаче