Don't clone base64 repository at first build, use a static version of Base64.h (not modified since many years)

Patch from Nguyễn Gia Phong
This commit is contained in:
2022-07-03 09:20:05 +02:00
parent 7666d2a241
commit 4acf401031
5 changed files with 126 additions and 10 deletions

View File

@@ -8,11 +8,6 @@ if [ ! -d lib/pugixml ] ; then
popd
fi
# Base64
if [ ! -d lib/base64 ] ; then
git clone https://gist.github.com/f0fd86b6c73063283afe550bc5d77594.git lib/base64
fi
# uPDFParser
if [ ! -d lib/updfparser ] ; then
git clone git://soutade.fr/updfparser.git lib/updfparser

View File

@@ -12,9 +12,6 @@ pushd lib/pugixml
git pull origin latest
popd
# Base64
# Nothing to do
# uPDFParser
pushd lib/updfparser
git pull origin master