2
0
mirror of https://github.com/boostorg/atomic.git synced 2026-02-02 20:32:09 +00:00

Added threading=multi requirement so that linking is correct when atomic_flag is not atomic.

[SVN r81834]
This commit is contained in:
Andrey Semashev
2012-12-10 19:51:51 +00:00
parent 7dabb82d2b
commit d7ebff9db9

View File

@@ -9,6 +9,7 @@ import common ;
project boost/atomic
: requirements
<threading>multi
<link>shared:<define>BOOST_ATOMIC_DYN_LINK=1
<define>BOOST_ATOMIC_SOURCE
: usage-requirements