From 4a46c4406a136ca01a8ca1c3e0e99637a744ec58 Mon Sep 17 00:00:00 2001 From: Luigi Scarso <luigi.scarso@gmail.com> Date: Mon, 29 Aug 2016 17:08:14 +0000 Subject: [PATCH] fixed build-shared.sh for missed zziplib target --- build-shared.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-shared.sh b/build-shared.sh index 5c46ab2c7..f6af4c92b 100755 --- a/build-shared.sh +++ b/build-shared.sh @@ -275,6 +275,7 @@ $MAKE # (perhaps more files needed to be copied from TL?) (cd libs; $MAKE all ) +(cd libs/zziplib; $MAKE all ) (cd libs/zlib; $MAKE all ) (cd libs/libpng; $MAKE all ) (cd libs/poppler; $MAKE all ) -- GitLab