mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
same as r44597
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c9c6e3ef39
commit
d1bbd80d93
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ when /gnu/ #GNU/Hurd
|
|||
when /mirbsd/
|
||||
libc_so = "/usr/lib/libc.so.41.10"
|
||||
libm_so = "/usr/lib/libm.so.7.0"
|
||||
when /freebsd/
|
||||
libc_so = "/lib/libc.so.7"
|
||||
libm_so = "/lib/libm.so.5"
|
||||
when /bsd|dragonfly/
|
||||
libc_so = "/usr/lib/libc.so"
|
||||
libm_so = "/usr/lib/libm.so"
|
||||
|
|
Loading…
Add table
Reference in a new issue