unit-test:do not build for ucontext on Android

This commit is contained in:
Oliver Kowalke 2018-02-19 15:15:57 +01:00
parent 8f58d89237
commit 2ed71ab0f1

View File

@ -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 ;
}