Index: build/get_landmines.py |
=================================================================== |
--- build/get_landmines.py (revision 241031) |
+++ build/get_landmines.py (working copy) |
@@ -37,6 +37,9 @@ |
print 'Builders switching from make to ninja will clobber on this.' |
if platform() == 'mac': |
print 'Switching from bundle to unbundled dylib (issue 14743002).' |
+ if platform() in ('win', 'mac'): |
+ print ('Improper dependency for create_nmf.py broke in r240802, ' |
+ 'fixed in r240860.') |
if (platform() == 'win' and builder() == 'ninja' and |
gyp_msvs_version() == '2012' and |
gyp_defines().get('target_arch') == 'x64' and |