Skip to content

Commit 2b4fb96

Browse files
committed
enable experimental options
1 parent c2c4bb0 commit 2b4fb96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def python(args, **kwargs):
122122
def do_run_python(args, extra_vm_args=None, env=None, jdk=None, extra_dists=None, cp_prefix=None, cp_suffix=None, **kwargs):
123123
if not any(arg.startswith("--python.CAPI") for arg in args):
124124
capi_home = _get_capi_home()
125+
args.insert(0, "--experimental-options")
125126
args.insert(0, "--python.CAPI=%s" % capi_home)
126127

127128
if not env:

0 commit comments

Comments
 (0)