2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-28 07:42:12 +00:00

Thread: link with Boost.Chrono for vacpp-11.1

[SVN r78451]
This commit is contained in:
Vicente J. Botet Escriba
2012-05-13 08:46:43 +00:00
parent 7608db4b0e
commit aea84b03fc

View File

@@ -203,7 +203,8 @@ rule usage-requirements ( properties * )
# in that case?
}
}
if ! <toolset>vacpp in $(properties)
if ! <toolset>vacpp in $(properties) || <toolset-vacpp:version>11.1 in $(properties)
{
result += <library>/boost/chrono//boost_chrono ;
}
@@ -231,7 +232,7 @@ rule requirements ( properties * )
}
}
}
if ! <toolset>vacpp in $(properties)
if ! <toolset>vacpp in $(properties) || <toolset-vacpp:version>11.1 in $(properties)
{
result += <library>/boost/chrono//boost_chrono ;
}