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 5786594 commit e5a7212Copy full SHA for e5a7212
cpython-unix/build-cpython.sh
@@ -408,7 +408,7 @@ if [ "${CC}" = "musl-clang" ]; then
408
fi
409
410
# To enable mimalloc (which is hard requirement for free-threaded versions, but preferred in
411
-# general), we need `stdatomic.h` which is not provided by musl. It's are part of the include files
+# general), we need `stdatomic.h` which is not provided by musl. It's a part of the include files
412
# that are part of clang. But musl-clang eliminates them from the default include path. So copy it
413
# into place.
414
if [[ "${CC}" = "musl-clang" && -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]]; then
0 commit comments