Fix setup.sh #11

Merged
soutade merged 1 commits from phil/libgourou:fix-setup into master 2025-02-12 08:06:10 +01:00

View File

@ -2,7 +2,7 @@
# uPDFParser
if [ ! -d lib/updfparser ] ; then
git clone git://soutade.fr/updfparser.git lib/updfparser
git clone git://soutade.fr/soutade/updfparser.git lib/updfparser
pushd lib/updfparser
make BUILD_STATIC=1 BUILD_SHARED=0
popd