From 2ed71ab0f11c02f5e36aad8eaa82a53b14405d35 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Mon, 19 Feb 2018 15:15:57 +0100 Subject: [PATCH] unit-test:do not build for ucontext on Android --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index de8436d..f612dce 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -31,7 +31,7 @@ project boost/coroutine2/test rule configure-impl ( properties * ) { local result ; - if ( darwin in $(properties) ) + if ( darwin in $(properties) || android in $(properties) ) { result = no ; }