Skip to content

Commit 2958f30

Browse files
committed
this seems wrong
1 parent 28c5543 commit 2958f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpython-unix/build-tk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ sed "${sed_args[@]}" 's/install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${W
5252

5353
# For some reason musl isn't link libXau and libxcb. So we hack the Makefile
5454
# to do what we want.
55-
if [ "${CC}" = "musl-clang" ]; then
55+
#if [ "${CC}" = "musl-clang" ]; then
5656
sed "${sed_args[@]}" 's/-ldl -lpthread /-ldl -lpthread -lXau -lxcb/' tkConfig.sh
5757
sed "${sed_args[@]}" 's/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread -lXau -lxcb/' Makefile
58-
fi
58+
#fi
5959

6060
make -j ${NUM_CPUS}
6161
touch wish

0 commit comments

Comments
 (0)