Skip to content

Commit f891530

Browse files
rmacnak-googleCommit Queue
authored and
Commit Queue
committed
[build] Build libcxx ourselves for Mac ASAN too.
Bug: #60720 Change-Id: I5158610702dd2d3da7146187dc895f8303eb92be Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/428400 Commit-Queue: Daco Harkes <[email protected]> Reviewed-by: Daco Harkes <[email protected]>
1 parent 8e82798 commit f891530

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/config/BUILDCONFIG.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,8 @@ if (current_os == "win") {
256256
# BUILD OPTIONS
257257
# =============================================================================
258258

259-
use_flutter_cxx = is_clang && (is_msan || is_tsan || is_ios)
259+
use_flutter_cxx =
260+
is_clang && ((is_asan && is_mac) || is_msan || is_tsan || is_ios)
260261

261262
# =============================================================================
262263
# TARGET DEFAULTS

0 commit comments

Comments
 (0)