We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4530bea commit 0168094Copy full SHA for 0168094
test/fiddle/helper.rb
@@ -55,8 +55,7 @@
55
crtname = RbConfig::CONFIG["RUBY_SO_NAME"][/msvc\w+/] || 'ucrtbase'
56
libc_so = libm_so = "#{crtname}.dll"
57
when /darwin/
58
- libc_so = "/usr/lib/libc.dylib"
59
- libm_so = "/usr/lib/libm.dylib"
+ libc_so = libm_so = "/usr/lib/libSystem.dylib"
60
when /kfreebsd/
61
libc_so = "/lib/libc.so.0.1"
62
libm_so = "/lib/libm.so.1"
0 commit comments