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 1b5d754 commit 7a89573Copy full SHA for 7a89573
mx.graalpython/suite.py
@@ -1231,7 +1231,7 @@
1231
"./META-INF/resources/<os>/<arch>/lib/graalpy<graal_ver:major_minor>/": [
1232
"dependency:GRAALPYTHON_NATIVE_LIBS/<os>/<arch>/*",
1233
],
1234
- "./META-INF/resources/<os>/<arch>/lib/venv/scripts/macos/graalpy": "dependency:python-macos-launcher",
+ "./META-INF/resources/<os>/<arch>/lib/python<py_ver:major_minor>/venv/scripts/macos/graalpy": "dependency:python-macos-launcher",
1235
}
1236
1237
},
0 commit comments