BuildFeatures: Don't specify libtiff SOVERSION.

Let the compiler figure it out.
This commit is contained in:
Augustin Cavalier
2024-08-12 16:47:41 -04:00
parent ebe72d868b
commit 72be912bae
+1 -1
View File
@@ -531,7 +531,7 @@ if [ IsPackageAvailable tiff_devel ] {
runtime: lib
file: devel tiff_devel
depends: base
library: $(developLibDir)/libtiff.so.6
library: $(developLibDir)/libtiff.so
headers: $(developHeadersDir) $(developHeadersDir)/tiff
;