diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:43:15 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 20:43:15 +0100 |
commit | c39ed7dc6f6596d959f71c611981f11a11f05cc2 (patch) | |
tree | d9ceb34701cfb90a7f793b0ae1144f9ea61b1059 /Makefile | |
parent | Some fixes (diff) | |
download | libar2-c39ed7dc6f6596d959f71c611981f11a11f05cc2.tar.gz libar2-c39ed7dc6f6596d959f71c611981f11a11f05cc2.tar.bz2 libar2-c39ed7dc6f6596d959f71c611981f11a11f05cc2.tar.xz |
Makefile: fix linking details for Mac OS
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ install: libar2.a libar2.$(LIBEXT) mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man7" cp -- libar2.a "$(DESTDIR)$(PREFIX)/lib/" cp -- libar2.$(LIBEXT) "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBMINOREXT)" + $(FIX_INSTALL_NAME) -- "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBMINOREXT)" ln -sf -- libar2.$(LIBMINOREXT) "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBMAJOREXT)" ln -sf -- libar2.$(LIBMAJOREXT) "$(DESTDIR)$(PREFIX)/lib/libar2.$(LIBEXT)" cp -- libar2.h "$(DESTDIR)$(PREFIX)/include/" |