Bug #9386 » 0001-Fix-libpathflag-to-accept-both-arrays-and-strings.patch
| lib/mkmf.rb | ||
|---|---|---|
|
end
|
||
|
def libpathflag(libpath=$DEFLIBPATH|$LIBPATH)
|
||
|
libpath = [libpath] if libpath.is_a? String
|
||
|
libpath.map{|x|
|
||
|
case x
|
||
|
when "$(topdir)", /\A\./
|
||