Skip to content

Commit 7a89573

Browse files
committed
Fix: macos launcher deployment layout
1 parent 1b5d754 commit 7a89573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@
12311231
"./META-INF/resources/<os>/<arch>/lib/graalpy<graal_ver:major_minor>/": [
12321232
"dependency:GRAALPYTHON_NATIVE_LIBS/<os>/<arch>/*",
12331233
],
1234-
"./META-INF/resources/<os>/<arch>/lib/venv/scripts/macos/graalpy": "dependency:python-macos-launcher",
1234+
"./META-INF/resources/<os>/<arch>/lib/python<py_ver:major_minor>/venv/scripts/macos/graalpy": "dependency:python-macos-launcher",
12351235
}
12361236
}
12371237
},

0 commit comments

Comments
 (0)