Project

General

Profile

Bug #2387 » ruby-r25868-test_mkmf_base_rb.patch

mrkn (Kenta Murata), 11/20/2009 03:38 PM

View differences:

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)/"
    (1-1/1)