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:
parent
1e96a30c9d
commit
c7f86bb5f6
3 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue