OSX ASan uses ucontext.

This commit is contained in:
Klemens Morgenstern
2023-05-12 11:42:47 +08:00
parent c316c6bd35
commit 7625ec7531

View File

@ -37,7 +37,9 @@ project /boost/beast/test
<boost.beast.separate-compilation>on:<library>/boost/beast//lib-beast/<link>static <boost.beast.separate-compilation>on:<library>/boost/beast//lib-beast/<link>static
<library>/boost/filesystem//boost_filesystem <library>/boost/filesystem//boost_filesystem
<library>/boost/context//boost_context <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 : path-constant ZLIB_SOURCES :
extern/zlib-1.2.12/adler32.c extern/zlib-1.2.12/adler32.c