diff options
author | Christian Pointner <equinox@anytun.org> | 2016-07-03 12:30:56 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-07-03 12:53:32 +0200 |
commit | ca32c26672f92132e3bfcb54e4e6253ea676b866 (patch) | |
tree | 3186df66eb569a82ce7c0e2e6b82ec6051c163be /contrib/build-boost-mingw-cross.sh | |
parent | updated changelog for release (diff) |
fixed win build scripts
Diffstat (limited to 'contrib/build-boost-mingw-cross.sh')
-rwxr-xr-x | contrib/build-boost-mingw-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/build-boost-mingw-cross.sh b/contrib/build-boost-mingw-cross.sh index 5ca49e7..b340447 100755 --- a/contrib/build-boost-mingw-cross.sh +++ b/contrib/build-boost-mingw-cross.sh @@ -1,6 +1,6 @@ #!/bin/sh set -e -BOOST=1.55.0 +BOOST=1.58.0 BOOST_DASH=`echo $BOOST | perl -ne 's/\./_/g; print'` echo $BOOST_DASH |