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 28c5543 commit 2958f30Copy full SHA for 2958f30
cpython-unix/build-tk.sh
@@ -52,10 +52,10 @@ sed "${sed_args[@]}" 's/install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${W
52
53
# For some reason musl isn't link libXau and libxcb. So we hack the Makefile
54
# to do what we want.
55
-if [ "${CC}" = "musl-clang" ]; then
+#if [ "${CC}" = "musl-clang" ]; then
56
sed "${sed_args[@]}" 's/-ldl -lpthread /-ldl -lpthread -lXau -lxcb/' tkConfig.sh
57
sed "${sed_args[@]}" 's/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread -lXau -lxcb/' Makefile
58
-fi
+#fi
59
60
make -j ${NUM_CPUS}
61
touch wish
0 commit comments