From 265e47b2d18ba2816e5cda919a866ba9e49f7143 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 30 Dec 2016 11:56:01 -0800 Subject: [PATCH] Update pthreads dll name to match updated version. --- dist-impl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-impl.sh b/dist-impl.sh index e244fb85..9d95fd83 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