Skip to content

Commit f126b0a

Browse files
committed
TMP: Display target triple
1 parent 1d8da17 commit f126b0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ x86_64-unknown-linux-musl)
761761
PYTHON_ARCH="x86_64-linux-musl"
762762
;;
763763
x86_64-unknown-linux-*)
764+
echo "TARGET_TRIPLE=${TARGET_TRIPLE}"
764765
PYTHON_ARCH="x86_64-linux-gnu"
765766
;;
766767
*)

0 commit comments

Comments
 (0)