Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tool/jt.rb
Original file line number Diff line number Diff line change
@@ -41,6 +41,9 @@ def self.graal_locations
from_env = ENV['GRAAL_BIN']
yield File.expand_path(from_env) if from_env

from_branch = ENV["GRAAL_BIN_#{mangle_for_env(git_branch)}"]
yield File.expand_path(from_branch) if from_branch

rel_java_bin = "bin/java" # "jre/bin/javao"
%w[dk re].each { |kind|
["", "../", "../../"].each { |prefix|

0 comments on commit 16b9a2d

Please sign in to comment.