Skip to content

Commit

Permalink
fix: tcl/tk pkgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Nov 22, 2024
1 parent ea551e7 commit 95b29c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build_scripts/build-tcltk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ cp -rlf /manylinux-rootfs/* /manylinux-buildfs/

# Clean-up for runtime
rm -rf /manylinux-rootfs/usr/local/share
sed -i -e"s/ -ltclstub8.6//" /manylinux-rootfs/usr/local/lib/pkgconfig/tcl.pc
sed -i -e"s/ -ltkstub8.6//" /manylinux-rootfs/usr/local/lib/pkgconfig/tk.pc

0 comments on commit 95b29c8

Please sign in to comment.