gnucash-on-windows master: Update pthreads dll name to match updated version.

John Ralls jralls at code.gnucash.org
Fri Dec 30 14:56:36 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/265e47b2 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/d9f248da (commit)



commit 265e47b2d18ba2816e5cda919a866ba9e49f7143
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 30 11:56:01 2016 -0800

    Update pthreads dll name to match updated version.

diff --git a/dist-impl.sh b/dist-impl.sh
index e244fb8..9d95fd8 100755
--- a/dist-impl.sh
+++ b/dist-impl.sh
@@ -242,7 +242,7 @@ function dist_webkit() {
 function dist_gnucash() {
     setup GnuCash
     mkdir -p $_DIST_UDIR/bin
-    cp $_MINGW_UDIR/bin/pthreadGC2.dll $_DIST_UDIR/bin
+    cp $_MINGW_UDIR/bin/pthreadGC-3.dll $_DIST_UDIR/bin
     cp -a $_INSTALL_UDIR/bin/* $_DIST_UDIR/bin
     mkdir -p $_DIST_UDIR/etc/gnucash
     cp -a $_INSTALL_UDIR/etc/gnucash/* $_DIST_UDIR/etc/gnucash



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



More information about the gnucash-changes mailing list