Skip to content

Commit a45685c

Browse files
committed
Fix building C extensions with experimental options
1 parent c08ecbc commit a45685c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.truffleruby/mx_truffleruby.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def miniruby_for_building_cexts(args):
7474
jvm_args = mx.get_runtime_jvm_args(['TRUFFLERUBY', 'TRUFFLERUBY-LAUNCHER'])
7575
mx_binary = join(mx._mx_home, 'mx')
7676
options = [
77+
'--experimental-options',
7778
'--home=' + root,
7879
'--launcher=' + mx_binary + ' -p ' + root + ' miniruby_for_building_cexts',
7980
'--disable-gems'

0 commit comments

Comments
 (0)