From 4ba3ef9601166127d0782b3e6a3352b71db7ccc9 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Fri, 7 Sep 2012 21:37:44 +0300 Subject: [PATCH] Install shared libraries on windows to bin, not lib Linking is done through import libraries, so the dlls are only needed for running the application. --- source/sharedlibrary.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/sharedlibrary.cpp b/source/sharedlibrary.cpp index 06a9944..e94ffeb 100644 --- a/source/sharedlibrary.cpp +++ b/source/sharedlibrary.cpp @@ -22,7 +22,10 @@ SharedLibrary::SharedLibrary(Builder &b, const Component &c, const listget_type()==Component::MODULE) install_location /= package->get_name(); -- 2.43.0