Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index 5187b0d39dd8cbb98a207cda8dacf7693b231b96..edb1bbdf20f0ebcb3b0054ad3b54922ac2ad128a 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -147,6 +147,8 @@ def get_landmines(target): |
add('Compile on cc_unittests fails due to symbols removed in r185063.') |
if platform() == 'linux' and builder() == 'ninja': |
add('Builders switching from make to ninja will clobber on this.') |
+ if platform() == 'mac': |
+ add('Switching from bundle to unbundled dylib (issue 14743002).') |
return landmines |