mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:29:04 +08:00
13 lines
533 B
Diff
13 lines
533 B
Diff
|
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
||
|
index 4c8c916..dd96254 100644
|
||
|
--- a/Configurations/unix-Makefile.tmpl
|
||
|
+++ b/Configurations/unix-Makefile.tmpl
|
||
|
@@ -708,6 +708,7 @@ install_dev: install_runtime_libs
|
||
|
done
|
||
|
@$(PERL) $(SRCDIR)/util/mkdir-p.pl $(DESTDIR)$(libdir)
|
||
|
@set -e; for l in $(INSTALL_LIBS); do \
|
||
|
+ if [ -n "$(INSTALL_SHLIBS)" ] ; then continue ; fi ; \
|
||
|
fn=`basename $$l`; \
|
||
|
$(ECHO) "install $$l -> $(DESTDIR)$(libdir)/$$fn"; \
|
||
|
cp $$l $(DESTDIR)$(libdir)/$$fn.new; \
|