summaryrefslogtreecommitdiff
path: root/ext/extmk.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-23 13:13:53 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-23 13:13:53 +0000
commit27d87bb4ded763fde579d5cb031b383682e454a5 (patch)
tree9059e2a6d534ec6a6bfbe57e7427494814b0647a /ext/extmk.rb
parent763f629e77424ab8a4886d2e9c3c531765796bb6 (diff)
* ext/extmk.rb ($ruby): add extout directory to include path.
[ruby-core:11003] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/extmk.rb')
-rw-r--r--ext/extmk.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/extmk.rb b/ext/extmk.rb
index ac396a0d80..53790e4f25 100644
--- a/ext/extmk.rb
+++ b/ext/extmk.rb
@@ -324,6 +324,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)}