Skip to content

Commit

Permalink
[Truffle] Try appending Truffle to the boot classpath, rather than pr…
Browse files Browse the repository at this point in the history
…epending.
  • Loading branch information
chrisseaton committed Oct 20, 2016
1 parent 02043ed commit 2f793cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.jruby/mx_jruby.py
Expand Up @@ -234,7 +234,7 @@ def ruby_command(args):
assert os.path.basename(truffle_api) == "truffle-api.jar"
vmArgs = [
# '-Xss2048k',
'-Xbootclasspath/p:' + truffle_api,
'-Xbootclasspath/a:' + truffle_api,
'-cp', ':'.join(classpath),
] + vmArgs
vmArgs = vmArgs + ['org.jruby.Main']
Expand Down

0 comments on commit 2f793cc

Please sign in to comment.