travis/main.sh: delete option ENABLE_ZLIB in build_cmake()

master
willson-chen 2020-01-07 16:17:59 +08:00 committed by Mike Frysinger
parent 3dd0e308cb
commit 7cb597af4a
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ cmake_args=(
-DENABLE_TIFF=1
-DENABLE_WEBP=1
-DENABLE_XPM=1
-DENABLE_ZLIB=1
)
build_cmake() {