mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 11:09:02 +08:00
9ccc64ca98
* Simplify non-windows openssl build
* No static libs in dynamic triplet
* Install /etc/ssl
* Refactor common and specific setup
* Fix debug configuration
* cleanup
* Remove deprecated no-ssl2 option
e80381e1a3
* Fix absolute path
* No legacy target for debug
* Check for Perl's IPC::Cmd
* Update linux kernel headers message
* CR requests
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; \
|