mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 02:59:01 +08:00
98a562a04c
* [openssl] Update version to 3.1.4 * version
13 lines
543 B
Diff
13 lines
543 B
Diff
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
|
|
index fc982df..10f1c54 100644
|
|
--- a/Configurations/unix-Makefile.tmpl
|
|
+++ b/Configurations/unix-Makefile.tmpl
|
|
@@ -713,6 +713,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"; \
|