Fix #956 the Boost 1.49 way.

This commit is contained in:
Matt Corallo
2012-03-25 16:17:39 -04:00
parent 39471861d5
commit 1d42878adb
3 changed files with 25 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ remotes:
"dir": "bitcoin"
files:
- "qt-win32-4.7.4-gitian.zip"
- "boost-win32-1.49.0-gitian.zip"
- "boost-win32-1.49.0-gitian2.zip"
- "bitcoin-deps-0.0.4.zip"
script: |
#
@@ -29,7 +29,7 @@ script: |
mkdir boost_1_49_0
cd boost_1_49_0
mkdir -p stage/lib
unzip ../boost-win32-1.49.0-gitian.zip
unzip ../boost-win32-1.49.0-gitian2.zip
cd bin/$GBUILD_BITS
for lib in *; do
i586-mingw32msvc-ar rc ../../stage/lib/libboost_${lib}-mt-s.a $lib/*.o