mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
make_encmake.rb: expand srcdir
* enc/make_encmake.rb: @srcdir@ in enc/Makefile.in needs to be expanded. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9af0cf1cfb
commit
542e1d8bc4
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ if $".grep(/mkmf/).empty?
|
|||
end
|
||||
require 'erb'
|
||||
|
||||
CONFIG['srcdir'] = RbConfig::CONFIG['srcdir']
|
||||
CONFIG["MAKEDIRS"] ||= '$(MINIRUBY) -run -e mkdir -- -p'
|
||||
|
||||
BUILTIN_ENCS = []
|
||||
|
|
Loading…
Reference in a new issue