gnucash-on-windows master: Put the boost libs in the right place.

John Ralls jralls at code.gnucash.org
Mon Jul 27 15:51:29 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/b710b30b (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/b5b5568b (commit)



commit b710b30b0c717c3846c1fb912c4c2d5469231add
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 27 19:51:28 2015 +0000

    Put the boost libs in the right place.

diff --git a/dist-impl.sh b/dist-impl.sh
index 4eab6b5..9f3fd3f 100755
--- a/dist-impl.sh
+++ b/dist-impl.sh
@@ -87,8 +87,8 @@ function dist_aqbanking() {
 
 function dist_boost() {
    setup Boost
-   cp -a ${_BOOST_UDIR}/lib/libboost_chrono.dll ${_DIST_UDIR}/lib
-   cp -a ${_BOOST_UDIR}/lib/libboost_date_time.dll ${_DIST_UDIR}/lib
+   cp -a ${_BOOST_UDIR}/lib/libboost_chrono.dll ${_DIST_UDIR}/bin
+   cp -a ${_BOOST_UDIR}/lib/libboost_date_time.dll ${_DIST_UDIR}/bin
 }
 
 function dist_gnome() {



Summary of changes:
 dist-impl.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list