1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* template/fake.rb.in (CROSS_COMPILING): get rid of NameError.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-02-11 02:39:05 +00:00
parent 1e96a30c9d
commit c7f86bb5f6
3 changed files with 7 additions and 3 deletions

View file

@ -6,7 +6,7 @@ ruby="${RUBY-$baseruby}"
"}" || "exit" "$?"
ruby=ruby
class Object
remove_const :CROSS_COMPILING
remove_const :CROSS_COMPILING if defined?(CROSS_COMPILING)
CROSS_COMPILING = RUBY_PLATFORM
remove_const :RUBY_PLATFORM
remove_const :RUBY_VERSION