We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8162c12 commit 097ccb7Copy full SHA for 097ccb7
docker/build_scripts/build-tcltk.sh
@@ -58,3 +58,5 @@ cp -rlf /manylinux-rootfs/* /manylinux-buildfs/
58
59
# Clean-up for runtime
60
rm -rf /manylinux-rootfs/usr/local/share
61
+sed -i -e"s/ -ltclstub8.6//" /manylinux-rootfs/usr/local/lib/pkgconfig/tcl.pc
62
+sed -i -e"s/ -ltkstub8.6//" /manylinux-rootfs/usr/local/lib/pkgconfig/tk.pc
0 commit comments