Project

General

Profile

Bug #9386 » 0001-Fix-libpathflag-to-accept-both-arrays-and-strings.patch

Patch - jstribny (Josef Stribny), 01/09/2014 06:59 PM

View differences:

lib/mkmf.rb
end
def libpathflag(libpath=$DEFLIBPATH|$LIBPATH)
libpath = [libpath] if libpath.is_a? String
libpath.map{|x|
case x
when "$(topdir)", /\A\./
(1-1/2)