We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e93058 commit 6abe5a7Copy full SHA for 6abe5a7
mx.truffleruby/mx_truffleruby.py
@@ -81,7 +81,7 @@ def ruby_deploy_binaries(args):
81
return deploy_binary(['--skip-existing', '--platform-dependent', 'truffleruby-binary-snapshots'])
82
83
def miniruby_for_building_cexts(args):
84
- jvm_args = mx.get_runtime_jvm_args(['TRUFFLERUBY', 'TRUFFLERUBY-LAUNCHER', 'sulong:SULONG'])
+ jvm_args = mx.get_runtime_jvm_args(['TRUFFLERUBY', 'TRUFFLERUBY-LAUNCHER'])
85
mx_binary = join(mx._mx_home, 'mx')
86
options = [
87
'--home=' + root,
0 commit comments