Skip to content

Commit

Permalink
Update pthreads dll name to match updated version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 30, 2016
1 parent d9f248d commit 265e47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-impl.sh
Expand Up @@ -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
Expand Down

0 comments on commit 265e47b

Please sign in to comment.