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 145de2e commit 17d66e1Copy full SHA for 17d66e1
cpython-unix/build-cpython.sh
@@ -416,8 +416,8 @@ if [ -n "${CPYTHON_DEBUG}" ]; then
416
fi
417
418
# Explicitly enable mimalloc on 3.13+, it's already included by default but with this it'll fail
419
-# if it's missing from the system. The MUSL builds do not supprt mimalloc yet.
420
-if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" && "${CC}" != "musl-clang" ]]; then
+# if it's missing from the system.
+if [[ -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]]; then
421
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} --with-mimalloc"
422
423
0 commit comments