Skip to content

Commit 6abe5a7

Browse files
committed
Try not relying on Sulong for miniruby_for_building_cexts
1 parent 7e93058 commit 6abe5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def ruby_deploy_binaries(args):
8181
return deploy_binary(['--skip-existing', '--platform-dependent', 'truffleruby-binary-snapshots'])
8282

8383
def miniruby_for_building_cexts(args):
84-
jvm_args = mx.get_runtime_jvm_args(['TRUFFLERUBY', 'TRUFFLERUBY-LAUNCHER', 'sulong:SULONG'])
84+
jvm_args = mx.get_runtime_jvm_args(['TRUFFLERUBY', 'TRUFFLERUBY-LAUNCHER'])
8585
mx_binary = join(mx._mx_home, 'mx')
8686
options = [
8787
'--home=' + root,

0 commit comments

Comments
 (0)