We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c756e commit b0843cfCopy full SHA for b0843cf
build_overrides/dawn.gni
@@ -25,8 +25,9 @@ dawn_wasm = false
25
# PartitionAlloc is an optional dependency:
26
# - MSVC compiler is not fully supported at the moment.
27
# - Mac 11 is currently failing an assertion.
28
+# - Android doesn't link properly
29
# TODO(351867706): Enable Mac 11.
30
_is_msvc = is_win && !is_clang
-if (!_is_msvc && !is_mac) {
31
+if (!_is_msvc && !is_mac && !is_android) {
32
dawn_partition_alloc_dir = "//third_party/externals/partition_alloc"
33
}
0 commit comments