Skip to content

Commit dafee3e

Browse files
committed
copy queue.h from arch specific location
1 parent a2e3fbc commit dafee3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-tcl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ fi
5858
# It is a self contained header file, use a copy from the container.
5959
# https://core.tcl-lang.org/tcl/tktview/3ff2d724d03ba7d6edb8
6060
if [ "${CC}" = "musl-clang" ]; then
61-
cp /usr/include/x86_64-linux-gnu/sys/queue.h /tools/host/include/sys/
61+
cp /usr/include/$(uname -m)-linux-gnu/sys/queue.h /tools/host/include/
6262
fi
6363

6464
# Remove packages we don't care about and can pull in unwanted symbols.

0 commit comments

Comments
 (0)