Skip to content

Commit e5a7212

Browse files
zaniebGankra
andauthored
Update cpython-unix/build-cpython.sh
Co-authored-by: Aria Desires <aria.desires@gmail.com>
1 parent 5786594 commit e5a7212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ if [ "${CC}" = "musl-clang" ]; then
408408
fi
409409

410410
# 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
411+
# general), we need `stdatomic.h` which is not provided by musl. It's a part of the include files
412412
# that are part of clang. But musl-clang eliminates them from the default include path. So copy it
413413
# into place.
414414
if [[ "${CC}" = "musl-clang" && -n "${PYTHON_MEETS_MINIMUM_VERSION_3_13}" ]]; then

0 commit comments

Comments
 (0)