We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e3fbc commit dafee3eCopy full SHA for dafee3e
cpython-unix/build-tcl.sh
@@ -58,7 +58,7 @@ fi
58
# It is a self contained header file, use a copy from the container.
59
# https://core.tcl-lang.org/tcl/tktview/3ff2d724d03ba7d6edb8
60
if [ "${CC}" = "musl-clang" ]; then
61
- cp /usr/include/x86_64-linux-gnu/sys/queue.h /tools/host/include/sys/
+ cp /usr/include/$(uname -m)-linux-gnu/sys/queue.h /tools/host/include/
62
fi
63
64
# Remove packages we don't care about and can pull in unwanted symbols.
0 commit comments