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 eef4b27 commit bf31ef4Copy full SHA for bf31ef4
mx.graalpython/mx_graalpython.py
@@ -511,7 +511,7 @@ def run_embedded_native_python_test(args=None):
511
engine.
512
"""
513
with mx.TempDirCwd(os.getcwd()) as dirname:
514
- python_launcher = python_gvm()
+ python_launcher = python_svm()
515
graalvm_javac = os.path.join(os.path.dirname(python_launcher), "javac")
516
graalvm_native_image = os.path.join(os.path.dirname(python_launcher), "native-image")
517
0 commit comments