diff options
-rwxr-xr-x | build/landmines.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/landmines.py b/build/landmines.py index d23049d..4a894b5 100755 --- a/build/landmines.py +++ b/build/landmines.py @@ -223,7 +223,7 @@ def main(): gyp_helper.apply_chromium_gyp_env() - for target in ('Debug', 'Release'): + for target in ('Debug', 'Release', 'Debug_x64', 'Release_x64'): set_up_landmines(target) return 0 |