dlbeer / quirc

QR decoder library
Other
882 stars 286 forks source link

Use .dylib extension on Darwin/macOS #144

Closed toonn closed 3 months ago

toonn commented 3 months ago

This is mostly an aesthetic fix to align with the convention on macOS to end shared objects in .dylib instead of .so.

I've also changed the libquirc.so target from a PHONY to a real target as it's pretty common to have an unversioned symlink to the latest version.