mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
Libraries have to be installed with execute permissions and not stripped in Darwin.
This commit is contained in:
parent
c9b2bfbf82
commit
45a0d44baa
1 changed files with 2 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ SHELL = @SHELL@
|
|||
INSTALL = @INSTALL@
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
INSTALL_LIBRARY = $(INSTALL_SCRIPT)
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/gc/mkinstalldirs
|
||||
|
||||
|
|
@ -152,7 +153,7 @@ install-base:
|
|||
done
|
||||
for i in $(LSP_LIBRARIES) $(LIBRARIES); do \
|
||||
if test -s $$i ; then \
|
||||
$(INSTALL_PROGRAM) $$i $(DESTDIR)$(libdir); \
|
||||
$(INSTALL_LIBRARY) $$i $(DESTDIR)$(libdir); \
|
||||
fi \
|
||||
done
|
||||
if [ "x@SONAME@" != "x" -a -f "@SONAME@" ]; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue