зеркало из https://github.com/github/ruby.git
mkconfig.rb: pass version numbers
* tool/mkconfig.rb (RbConfig): version numbers are also needed by RUBY_SO_NAME. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d6c7ab9ffe
Коммит
f0c310c609
|
@ -75,7 +75,7 @@ File.foreach "config.status" do |line|
|
|||
case name
|
||||
when /^(?:ac_.*|configure_input|(?:top_)?srcdir|\w+OBJS)$/; next
|
||||
when /^(?:X|(?:MINI|RUN|BASE)RUBY$)/; next
|
||||
when /^(?:MAJOR|MINOR|TEENY)$/; next
|
||||
when /^(?:MAJOR|MINOR|TEENY)$/; vars[name] = val; next
|
||||
when /^LIBRUBY_D?LD/; next
|
||||
when /^RUBY_INSTALL_NAME$/; next vars[name] = (install_name = val).dup if $install_name
|
||||
when /^RUBY_SO_NAME$/; next vars[name] = (so_name = val).dup if $so_name
|
||||
|
|
Загрузка…
Ссылка в новой задаче