Browse Source

add z to default tiff libs

David Rose 21 năm trước cách đây
mục cha
commit
2d2e195231
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -253,7 +253,7 @@
 // Is libtiff installed, and where?
 #define TIFF_IPATH
 #define TIFF_LPATH
-#define TIFF_LIBS tiff
+#define TIFF_LIBS tiff z
 #defer HAVE_TIFF $[libtest $[TIFF_LPATH],$[TIFF_LIBS]]