Bug #8115 » 0001-mkmf-s-system-configuration-should-use-expanded-valu.patch
lib/mkmf.rb | ||
---|---|---|
end
|
||
$extmk ||= false
|
||
if not $extmk and File.exist?(RbConfig::CONFIG["rubyhdrdir"] + "/ruby/ruby.h")
|
||
$hdrdir = CONFIG["rubyhdrdir"]
|
||
$hdrdir = RbConfig::CONFIG["rubyhdrdir"]
|
||
$topdir = $hdrdir
|
||
$top_srcdir = $hdrdir
|
||
$arch_hdrdir = CONFIG["rubyarchhdrdir"]
|
||
$arch_hdrdir = RbConfig::CONFIG["rubyarchhdrdir"]
|
||
elsif File.exist?(($hdrdir = ($top_srcdir ||= topdir) + "/include") + "/ruby.h")
|
||
$topdir ||= RbConfig::CONFIG["topdir"]
|
||
$arch_hdrdir = "$(extout)/include/$(arch)"
|
- « Previous
- 1
- 2
- Next »