Skip to content

Commit

Permalink
rbx2 doesn't need a build ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jul 24, 2012
1 parent 23bfad3 commit 8cc4323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/ruby.rb
Expand Up @@ -196,7 +196,7 @@ def setup_profiled
# determines if a build ruby is required
# @return [Boolean] true if a build ruby is required
def build_ruby?
@build_ruby ||= !ruby_version_jruby? && ruby_version != "ruby-1.9.3"
@build_ruby ||= !ruby_version_rbx? && !ruby_version_jruby? && ruby_version != "ruby-1.9.3"
end

# install the vendored ruby
Expand Down

0 comments on commit 8cc4323

Please sign in to comment.