Skip to content

Commit dd8312b

Browse files
committed
keep headers, pkg_config, and libtool files in build-sqlite3.sh
1 parent 2ae1698 commit dd8312b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/build_scripts/build-sqlite3.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@ cp -rlf /manylinux-rootfs/* /
3333
ldconfig
3434

3535
# Clean-up for runtime
36-
rm -rf /manylinux-rootfs/usr/local/bin /manylinux-rootfs/usr/local/include /manylinux-rootfs/usr/local/lib/pkg-config /manylinux-rootfs/usr/local/share
37-
find -L /manylinux-rootfs -type f -a -not -name 'libsqlite3.so.*' -delete
36+
rm -rf /manylinux-rootfs/usr/local/bin /manylinux-rootfs/usr/local/share

0 commit comments

Comments
 (0)