contrib/oss-fuzz/build.sh: fix broken if construct

This commit is contained in:
Even Rouault 2019-12-14 12:03:43 +01:00
parent b52fb8a91d
commit 4f6db6a129
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D

View File

@ -50,9 +50,7 @@ mv "$SRC"/jbigkit/libjbig/*.a "$WORK/lib/"
mv "$SRC"/jbigkit/libjbig/*.h "$WORK/include/"
popd
if [ "$ARCHITECTURE" = "i386" ]; then
# Nothing
else
if [ "$ARCHITECTURE" != "i386" ]; then
apt-get install -y liblzma-dev
fi