mirror of
https://github.com/boostorg/coroutine2.git
synced 2025-05-09 15:14: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 * )
|
||||
{
|
||||
local result ;
|
||||
if ( <target-os>darwin in $(properties) )
|
||||
if ( <target-os>darwin in $(properties) || <target-os>android in $(properties) )
|
||||
{
|
||||
result = <build>no ;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user