gnucash-on-windows master: Add libboost-regex.dll, required now for master.

John Ralls jralls at code.gnucash.org
Thu Aug 18 15:21:27 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/023108e7 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/57290a2a (commit)



commit 023108e7d4340b13af3c95c8dc9977feae194d7d
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Aug 18 19:21:18 2016 +0000

    Add libboost-regex.dll, required now for master.

diff --git a/dist-impl.sh b/dist-impl.sh
index eacbec7..e244fb8 100755
--- a/dist-impl.sh
+++ b/dist-impl.sh
@@ -96,6 +96,7 @@ function dist_boost() {
 
     cp -a ${_BOOST_UDIR}/lib/libboost_chrono.dll ${_DIST_UDIR}/bin
     cp -a ${_BOOST_UDIR}/lib/libboost_date_time.dll ${_DIST_UDIR}/bin
+    cp -a ${_BOOST_UDIR}/lib/libboost_regex.dll ${_DIST_UDIR}/bin
 }
 
 function dist_gnome() {



Summary of changes:
 dist-impl.sh | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list