aboutsummaryrefslogtreecommitdiffstats
path: root/mk/macos.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-19 13:35:43 +0200
committerMattias Andrée <maandree@kth.se>2022-07-19 13:35:43 +0200
commit5105d13ccf5085f2d207d71abbc13a3bc96a10d2 (patch)
tree8cbe766af053efd023587e2a622a78750a3a4788 /mk/macos.mk
parentAdd test for seeing if inversion as supported (diff)
downloadlibgamma-5105d13ccf5085f2d207d71abbc13a3bc96a10d2.tar.gz
libgamma-5105d13ccf5085f2d207d71abbc13a3bc96a10d2.tar.bz2
libgamma-5105d13ccf5085f2d207d71abbc13a3bc96a10d2.tar.xz
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--mk/macos.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/macos.mk b/mk/macos.mk
index 3a670b1..a767a48 100644
--- a/mk/macos.mk
+++ b/mk/macos.mk
@@ -1,6 +1,8 @@
QUARTZ_CG_METHOD = yes
LIBEXT = dylib
-LIBFLAGS = -dynamiclib
+LIBFLAGS = -dynamiclib -Wl,-compatibility_version,$(LIB_MAJOR) -Wl,-current_version,$(LIB_VERSION)
LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
LIBMINOREXT = $(LIB_VERSION).$(LIBEXT)
+
+FIX_INSTALL_NAME = install_name_tool -id "$(PREFIX)/lib/libgamma.$(LIBMAJOREXT)