Skip to content

Commit

Permalink
build: use make install-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Feb 17, 2022
1 parent 1677837 commit 8a6f468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/linux-build-wheel-deps.bash
Expand Up @@ -15,7 +15,7 @@ fi

if [ ! -f /usr/local/lib/libqpdf.a ]; then
pushd qpdf
./configure --disable-oss-fuzz && make -j install
./configure --disable-oss-fuzz && make -j install-libs
find /usr/local/lib -name 'libqpdf.so*' -type f -exec strip --strip-debug {} \+
popd
fi
Expand Down

0 comments on commit 8a6f468

Please sign in to comment.