Skip to content

Commit

Permalink
Distribute all of the libboost dlls.
Browse files Browse the repository at this point in the history
imp-csv requires libboost-local and that drags in a bunch of others. It's
easier to just distribute all of them than to cherry-pick.
  • Loading branch information
jralls committed Apr 14, 2017
1 parent 1fc3db3 commit 3460ba4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dist-impl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ function dist_boost() {
return
fi

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
cp -a ${_BOOST_UDIR}/lib/*.dll ${_DIST_UDIR}/bin
}

function dist_gnome() {
Expand Down

0 comments on commit 3460ba4

Please sign in to comment.