Skip to content
Snippets Groups Projects
Commit bfca7777 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

Fix install with shared libs on weird systems

Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6cfac0e9
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME) ...@@ -70,7 +70,7 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR) $(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
$(Q)cd "$(SHLIBDIR)" && \ $(Q)cd "$(SHLIBDIR)" && \
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME) $(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME)
$$(SLIB_INSTALL_EXTRA_CMD) $(SLIB_INSTALL_EXTRA_CMD)
install-lib$(NAME)-static: MSG = $(LIBDIR)/$(LIBNAME) install-lib$(NAME)-static: MSG = $(LIBDIR)/$(LIBNAME)
install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME) install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment