Skip to content

Commit

Permalink
using rbx build, don't need to set env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jan 25, 2012
1 parent 2bdcf20 commit 433b260
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/language_pack/ruby.rb
Expand Up @@ -187,10 +187,6 @@ def ruby_install_binstub_path
def setup_ruby_install_env
ENV["PATH"] = "#{ruby_install_binstub_path}:#{ENV["PATH"]}"

if ruby_version_rbx?
ENV['RBX_RUNTIME'] = "#{build_path}/#{slug_vendor_ruby}/runtime"
ENV['RBX_LIB'] = "#{build_path}/#{slug_vendor_ruby}/lib"
end
if ruby_version_jruby?
ENV['JAVA_OPTS'] = default_java_opts
end
Expand Down

0 comments on commit 433b260

Please sign in to comment.