mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-18 05:11:09 +00:00
Fix install with shared libs on weird systems
Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6cfac0e908
commit
bfca777713
@ -70,7 +70,7 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
|
||||
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
|
||||
$(Q)cd "$(SHLIBDIR)" && \
|
||||
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME)
|
||||
$$(SLIB_INSTALL_EXTRA_CMD)
|
||||
$(SLIB_INSTALL_EXTRA_CMD)
|
||||
|
||||
install-lib$(NAME)-static: MSG = $(LIBDIR)/$(LIBNAME)
|
||||
install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME)
|
||||
|
Loading…
Reference in New Issue
Block a user