Bug #9641 ยป specify-extconf-h-location.patch
| 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']}
|
||