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 c08ecbc commit a45685cCopy full SHA for a45685c
mx.truffleruby/mx_truffleruby.py
@@ -74,6 +74,7 @@ def miniruby_for_building_cexts(args):
74
jvm_args = mx.get_runtime_jvm_args(['TRUFFLERUBY', 'TRUFFLERUBY-LAUNCHER'])
75
mx_binary = join(mx._mx_home, 'mx')
76
options = [
77
+ '--experimental-options',
78
'--home=' + root,
79
'--launcher=' + mx_binary + ' -p ' + root + ' miniruby_for_building_cexts',
80
'--disable-gems'
0 commit comments