Skip to content

Commit

Permalink
Fix ICU dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Apr 14, 2017
1 parent 92b1cb2 commit 1fc3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-impl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function dist_icu4c() {
echo "Skipping. ICU is only needed for the master branch or future 2.7.x and up versions of gnucash."
return
fi
cp -a ${_ICU4C_UDIR}/bin/* ${_DIST_UDIR}/bin
cp -a ${_ICU4C_UDIR}/lib/*.dll ${_DIST_UDIR}/bin
}

function dist_gnucash() {
Expand Down

0 comments on commit 1fc3db3

Please sign in to comment.