Upgrade to Boost 1.50

This commit is contained in:
Matt Corallo
2012-08-27 14:09:26 -04:00
committed by Gavin Andresen
parent fde5c34bd8
commit a1755ec426
5 changed files with 19 additions and 19 deletions

View File

@@ -298,7 +298,7 @@ OTHER_FILES += \
# platform specific defaults, if not overridden on command line
isEmpty(BOOST_LIB_SUFFIX) {
macx:BOOST_LIB_SUFFIX = -mt
windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_49
windows:BOOST_LIB_SUFFIX = -mgw44-mt-s-1_50
}
isEmpty(BOOST_THREAD_LIB_SUFFIX) {