diff options
-rw-r--r-- | libs/tiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 3b65ca7c1..39d705232 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -64,7 +64,8 @@ CMAKE_OPTIONS += \ -Dzstd=OFF \ -Dwebp=OFF \ -Djpeg12=OFF \ - -Dcxx=OFF + -Dcxx=OFF \ + -Dlibdeflate=OFF define Build/InstallDev $(call Build/InstallDev/cmake,$(1)) |