Skip to content

Commit ebeb94a

Browse files
committed
Adapt to new location of SVM image.
1 parent 5c00c71 commit ebeb94a

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
@@ -326,7 +326,7 @@ def python_svm(args):
326326
nonZeroIsFatal=True
327327
)
328328
vmdir = os.path.join(mx.suite("truffle").dir, "..", "vm")
329-
svm_image = os.path.join(vmdir, "mxbuild", "-".join([mx.get_os(), mx.get_arch()]), "graalpython.image", "graalpython")
329+
svm_image = os.path.join(vmdir, "mxbuild", "-".join([mx.get_os(), mx.get_arch()]), "graalpython.image", "svm", "graalpython")
330330
shutil.copy(svm_image, os.path.join(_suite.dir, "graalpython-svm"))
331331
mx.run([svm_image] + args)
332332
return svm_image

0 commit comments

Comments
 (0)