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:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user