Skip to content

Commit 25e53a7

Browse files
committed
update svm binary path
1 parent bcca9fe commit 25e53a7

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

0 commit comments

Comments
 (0)