Skip to content

Commit

Permalink
Fix libpython symlink on x86_64-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 5, 2024
1 parent 931009e commit 1d8da17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,9 @@ ppc64le-unknown-linux-gnu)
s390x-unknown-linux-gnu)
PYTHON_ARCH="s390x-linux-gnu"
;;
x86_64-unknown-linux-musl)
PYTHON_ARCH="x86_64-linux-musl"
;;
x86_64-unknown-linux-*)
PYTHON_ARCH="x86_64-linux-gnu"
;;
Expand Down

0 comments on commit 1d8da17

Please sign in to comment.