Index: build/landmines.py |
diff --git a/build/landmines.py b/build/landmines.py |
index 857585adbfa6b84bf2ccf07d4c4e2aedd9f4592e..49a914550f21348e1cbb3158789416498e808834 100755 |
--- a/build/landmines.py |
+++ b/build/landmines.py |
@@ -113,7 +113,7 @@ def process_options(): |
def main(): |
landmine_scripts = process_options() |
- if landmine_utils.builder() == 'dump_dependency_json': |
+ if landmine_utils.builder() in ['dump_dependency_json', 'eclipse']: |
scottmg
2014/04/11 22:24:40
nit; ('dump_dependency_json', 'eclipse') instead o
|
return 0 |
for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'): |