[build] Build libcxx ourselves for Mac ASAN too.
Bug: https://github.com/dart-lang/sdk/issues/60720 Change-Id: I5158610702dd2d3da7146187dc895f8303eb92be Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/428400 Commit-Queue: Daco Harkes <dacoharkes@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com>
This commit is contained in:
committed by
Commit Queue
parent
8e82798479
commit
f8915309d9
@@ -256,7 +256,8 @@ if (current_os == "win") {
|
||||
# BUILD OPTIONS
|
||||
# =============================================================================
|
||||
|
||||
use_flutter_cxx = is_clang && (is_msan || is_tsan || is_ios)
|
||||
use_flutter_cxx =
|
||||
is_clang && ((is_asan && is_mac) || is_msan || is_tsan || is_ios)
|
||||
|
||||
# =============================================================================
|
||||
# TARGET DEFAULTS
|
||||
|
||||
Reference in New Issue
Block a user