Project

General

Profile

Bug #9641 ยป specify-extconf-h-location.patch

Specify location of extconf.h in generated Makefiles. - simonsouth (Simon South), 03/15/2014 12:02 PM

View differences:

lib/mkmf.rb (working copy)
OUTFLAG = #{OUTFLAG}$(empty)
COUTFLAG = #{COUTFLAG}$(empty)
RUBY_EXTCONF_H = #{$extconf_h}
RUBY_EXTCONF_H = $(srcdir)/#{$extconf_h}
cflags = #{CONFIG['cflags']}
optflags = #{CONFIG['optflags']}
debugflags = #{CONFIG['debugflags']}
    (1-1/1)