mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
OSX ASan uses ucontext.
This commit is contained in:
@ -37,7 +37,9 @@ project /boost/beast/test
|
||||
<boost.beast.separate-compilation>on:<library>/boost/beast//lib-beast/<link>static
|
||||
<library>/boost/filesystem//boost_filesystem
|
||||
<library>/boost/context//boost_context
|
||||
;
|
||||
<target-os>darwin,<address-sanitizer>norecover:<context-impl>ucontext
|
||||
<target-os>darwin,<address-sanitizer>norecover:<define>BOOST_USE_ASAN=1
|
||||
;
|
||||
|
||||
path-constant ZLIB_SOURCES :
|
||||
extern/zlib-1.2.12/adler32.c
|
||||
|
Reference in New Issue
Block a user