|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80152 - trunk/libs/thread/build
From: vicente.botet_at_[hidden]
Date: 2012-08-23 02:25:08
Author: viboes
Date: 2012-08-23 02:25:07 EDT (Thu, 23 Aug 2012)
New Revision: 80152
URL: http://svn.boost.org/trac/boost/changeset/80152
Log:
Thread: fix win regression
Text files modified:
trunk/libs/thread/build/Jamfile.v2 | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2 (original)
+++ trunk/libs/thread/build/Jamfile.v2 2012-08-23 02:25:07 EDT (Thu, 23 Aug 2012)
@@ -236,6 +236,10 @@
}
}
}
+ if ! <toolset>vacpp in $(properties) || <toolset-vacpp:version>11.1 in $(properties)
+ {
+ result += <library>/boost/chrono//boost_chrono ;
+ }
return $(result) ;
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk