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 5ba95ac commit 445dc69Copy full SHA for 445dc69
cpython-unix/build-cpython.sh
@@ -980,7 +980,7 @@ s390x-unknown-linux-gnu)
980
x86_64-unknown-linux-*)
981
# In Python 3.13+, the musl target is identified in cross compiles and the output directory
982
# is named accordingly.
983
- if [ "${CC}" = "musl-clang" ] && [ "${PYTHON_MAJMIN_VERSION}" = "3.13" ]; then
+ if [[ "${CC}" = "musl-clang" && -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]]; then
984
PYTHON_ARCH="x86_64-linux-musl"
985
else
986
PYTHON_ARCH="x86_64-linux-gnu"
0 commit comments