mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/extmk.rb ($ruby): add extout directory to include path.
[ruby-core:11003] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
692010a235
commit
42b3d60056
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
Mon Apr 23 22:09:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
Mon Apr 23 22:14:42 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/extmk.rb ($ruby): add extout directory to include path.
|
||||
[ruby-core:11003]
|
||||
|
||||
* lib/mkmf.rb (libpathflag): not to append RPATHFLAG to current
|
||||
directory.
|
||||
|
|
|
@ -323,6 +323,7 @@ else
|
|||
$ruby = '$(topdir)/miniruby' + EXEEXT
|
||||
end
|
||||
$ruby << " -I'$(topdir)' -I'$(hdrdir)/lib'"
|
||||
$ruby << " -I'#{$extout}'" if $extout
|
||||
$config_h = '$(topdir)/config.h'
|
||||
|
||||
MTIMES = [__FILE__, 'rbconfig.rb', srcdir+'/lib/mkmf.rb'].collect {|f| File.mtime(f)}
|
||||
|
|
Loading…
Reference in a new issue