Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/jt.rb
Original file line number Diff line number Diff line change
@@ -1007,6 +1007,8 @@ def collect_sulong_args(env_vars, args, arg_prefix='')
if ENV["SULONG_CLASSPATH"]
args << "#{arg_prefix}-J-cp" << "#{arg_prefix}#{ENV["SULONG_CLASSPATH"]}"
else
truffle_jar = File.expand_path("../truffle/mxbuild/dists/truffle-api.jar", dir)
args << "#{arg_prefix}-J-Xbootclasspath/p:#{truffle_jar}"
nfi_classes = File.expand_path('../graal-core/mxbuild/graal/com.oracle.nfi/bin', dir)
args << "#{arg_prefix}-J-cp"
args << "#{arg_prefix}#{dir}/lib/*:#{dir}/build/sulong.jar:#{nfi_classes}"

0 comments on commit d3e3d9a

Please sign in to comment.