Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove libc
Browse files Browse the repository at this point in the history
kurochan committed May 1, 2024
1 parent fd63a4b commit 70547cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ function build_vips() {
popd

pushd /vips/lib/$(uname -m)-linux-gnu/
dep_vips=$(cat /build/vips/vips-so-dep.txt /build/vips/vips-cpp-so-dep.txt | sort | uniq | grep -v -e 'ld-linux' -e 'linux-vdso' -e 'libvips.so')
dep_vips=$(cat /build/vips/vips-so-dep.txt /build/vips/vips-cpp-so-dep.txt | sort | uniq | grep -v -e 'libc.so' -e 'ld-linux' -e 'linux-vdso' -e 'libvips.so')
for dep in ${dep_vips}; do
cp -a /lib/$(uname -m)-linux-gnu/${dep}* .
done

0 comments on commit 70547cc

Please sign in to comment.