aboutsummaryrefslogtreecommitdiffstats
path: root/test/fiddle
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-08 20:38:01 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-08 20:38:01 +0900
commitcdef17096c03099f17ecf0af51f43faa0944f96d (patch)
treef57f07ff7428cfea29ecd1978de9c514184a9106 /test/fiddle
parent0168094da28c146062db22e69cbd9316418310f9 (diff)
downloadruby-cdef17096c03099f17ecf0af51f43faa0944f96d.tar.gz
libSystem.dylib is also symlink. Use libSystem.B.dylib
Diffstat (limited to 'test/fiddle')
-rw-r--r--test/fiddle/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiddle/helper.rb b/test/fiddle/helper.rb
index 291fd2f304..585900d1f5 100644
--- a/test/fiddle/helper.rb
+++ b/test/fiddle/helper.rb
@@ -55,7 +55,7 @@ when /mingw/, /mswin/
crtname = RbConfig::CONFIG["RUBY_SO_NAME"][/msvc\w+/] || 'ucrtbase'
libc_so = libm_so = "#{crtname}.dll"
when /darwin/
- libc_so = libm_so = "/usr/lib/libSystem.dylib"
+ libc_so = libm_so = "/usr/lib/libSystem.B.dylib"
when /kfreebsd/
libc_so = "/lib/libc.so.0.1"
libm_so = "/lib/libm.so.1"