Skip to content

Commit

Permalink
need absolute path for RBX env var overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Nov 14, 2011
1 parent 5a97369 commit 5aa7c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/language_pack/ruby.rb
Expand Up @@ -121,8 +121,8 @@ def setup_language_pack_environment
ENV["PATH"] += "#{default_config_vars["PATH"]}"

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

Expand Down

0 comments on commit 5aa7c2a

Please sign in to comment.