mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 23:24:01 +00:00
unit-test:do not build for ucontext on Android
This commit is contained in:
parent
8f58d89237
commit
2ed71ab0f1
@ -31,7 +31,7 @@ project boost/coroutine2/test
|
|||||||
rule configure-impl ( properties * )
|
rule configure-impl ( properties * )
|
||||||
{
|
{
|
||||||
local result ;
|
local result ;
|
||||||
if ( <target-os>darwin in $(properties) )
|
if ( <target-os>darwin in $(properties) || <target-os>android in $(properties) )
|
||||||
{
|
{
|
||||||
result = <build>no ;
|
result = <build>no ;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user