libpg_query icon indicating copy to clipboard operation
libpg_query copied to clipboard

Support for make install on Mac

Open ankane opened this issue 3 years ago • 0 comments

Hi @lfittl, thanks for this project!

This PR adds support for make install on Mac. The two differences are:

  • -soname -> -install_name
  • libpg_query.so.VERSION -> libpg_query.VERSION.dylib

ankane avatar Sep 26 '22 01:09 ankane