mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
disable unit-tests using ucontext for MacOS X
This commit is contained in:
parent
49716a54d8
commit
5243bfef42
@ -31,7 +31,11 @@ project boost/coroutine2/test
|
|||||||
rule configure-impl ( properties * )
|
rule configure-impl ( properties * )
|
||||||
{
|
{
|
||||||
local result ;
|
local result ;
|
||||||
if ( ! ( <target-os>windows in $(properties) ) )
|
if ( <target-os>darwin in $(properties) )
|
||||||
|
{
|
||||||
|
result = <build>no ;
|
||||||
|
}
|
||||||
|
else if ( ! ( <target-os>windows in $(properties) ) )
|
||||||
{
|
{
|
||||||
result = <context-impl>ucontext ;
|
result = <context-impl>ucontext ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user