Skip to content

Commit c829a4c

Browse files
jeremyevanshsbt
authored andcommitted
[ruby/fiddle] Do not use a libdir for glibc, it breaks Linux PPC64 (#70)
Fixes [Bug #12666] ruby/fiddle@a267a40be7
1 parent dc929b6 commit c829a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fiddle/helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
libm_so = libc_so
4848
else
4949
# glibc
50-
libc_so = File.join(libdir, "libc.so.6")
51-
libm_so = File.join(libdir, "libm.so.6")
50+
libc_so = "libc.so.6"
51+
libm_so = "libm.so.6"
5252
end
5353
when /mingw/, /mswin/
5454
require "rbconfig"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy