Skip to content

Commit bf31ef4

Browse files
committed
build with svm for embedding test
1 parent eef4b27 commit bf31ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def run_embedded_native_python_test(args=None):
511511
engine.
512512
"""
513513
with mx.TempDirCwd(os.getcwd()) as dirname:
514-
python_launcher = python_gvm()
514+
python_launcher = python_svm()
515515
graalvm_javac = os.path.join(os.path.dirname(python_launcher), "javac")
516516
graalvm_native_image = os.path.join(os.path.dirname(python_launcher), "native-image")
517517

0 commit comments

Comments
 (0)