Skip to content

Commit

Permalink
TMP: Display target triple
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Sep 5, 2024
1 parent 1d8da17 commit f126b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,7 @@ x86_64-unknown-linux-musl)
PYTHON_ARCH="x86_64-linux-musl"
;;
x86_64-unknown-linux-*)
echo "TARGET_TRIPLE=${TARGET_TRIPLE}"
PYTHON_ARCH="x86_64-linux-gnu"
;;
*)
Expand Down

0 comments on commit f126b0a

Please sign in to comment.