diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index df20502..de8436d 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -31,7 +31,11 @@ project boost/coroutine2/test rule configure-impl ( properties * ) { local result ; - if ( ! ( windows in $(properties) ) ) + if ( darwin in $(properties) ) + { + result = no ; + } + else if ( ! ( windows in $(properties) ) ) { result = ucontext ; }