Bug #2387 » ruby-r25868-test_mkmf_base_rb.patch
test/mkmf/base.rb | ||
---|---|---|
$extout = '$(topdir)/'+RbConfig::CONFIG["EXTOUT"]
|
||
RbConfig::CONFIG['topdir'] = CONFIG['topdir'] = File.expand_path(CONFIG['topdir'])
|
||
RbConfig::CONFIG["extout"] = CONFIG["extout"] = $extout
|
||
RbConfig::CONFIG["cppflags"] ||= ""
|
||
RbConfig::CONFIG["cppflags"] << " -I."
|
||
CONFIG["cppflags"] ||= ""
|
||
CONFIG["cppflags"] << " -I."
|
||
$extout_prefix = "$(extout)$(target_prefix)/"
|
||