Closed felixbuenemann closed 6 years ago
This changes the Makefile so that on macOS the versioned dylib is named libimagequant.0.dylib instead of libimagequant.dylib.0.
libimagequant.0.dylib
libimagequant.dylib.0
This is required because macOS uses a different naming scheme for shared library versions than other Unix OSes.
Thanks
@kornelski It would be great if you could tag a new version soonish, since this issue is currently blocking the inclusion of libimagequant as a homebrew formula on macOS.
Released
This changes the Makefile so that on macOS the versioned dylib is named
libimagequant.0.dylib
instead oflibimagequant.dylib.0
.This is required because macOS uses a different naming scheme for shared library versions than other Unix OSes.