| Index: build/landmines.py
|
| diff --git a/build/landmines.py b/build/landmines.py
|
| index 857585adbfa6b84bf2ccf07d4c4e2aedd9f4592e..70e5a4c491da871fc24d54cf9150659c7df09df2 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'):
|
| return 0
|
|
|
| for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'):
|
|
|