Added threading=multi requirement to fix linking with pthread.

[SVN r81833]
This commit is contained in:
Andrey Semashev 2012-12-10 19:43:51 +00:00
parent 4c200d702b
commit 7dabb82d2b

View File

@ -11,6 +11,7 @@ import testing ;
project boost/atomic/test
: requirements
<threading>multi
<library>../../thread/build//boost_thread
<library>/boost/atomic//boost_atomic/<link>static
;