Skip to content

Commit 1d8da17

Browse files
committed
Fix libpython symlink on x86_64-unknown-linux-musl
1 parent 931009e commit 1d8da17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpython-unix/build-cpython.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,9 @@ ppc64le-unknown-linux-gnu)
757757
s390x-unknown-linux-gnu)
758758
PYTHON_ARCH="s390x-linux-gnu"
759759
;;
760+
x86_64-unknown-linux-musl)
761+
PYTHON_ARCH="x86_64-linux-musl"
762+
;;
760763
x86_64-unknown-linux-*)
761764
PYTHON_ARCH="x86_64-linux-gnu"
762765
;;

0 commit comments

Comments
 (0)