Skip to content

Commit 097ccb7

Browse files
committed
fix: tcl/tk pkgconfig
1 parent 8162c12 commit 097ccb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/build_scripts/build-tcltk.sh

+2
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,5 @@ cp -rlf /manylinux-rootfs/* /manylinux-buildfs/
5858

5959
# Clean-up for runtime
6060
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

Comments
 (0)