From d5b6264dced0d722a41bd77152cd049b2bff5136 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 23 Aug 2013 19:29:00 +0000 Subject: [PATCH] Add x64 build support to automate.py. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1411 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tools/automate/automate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/automate/automate.py b/tools/automate/automate.py index 0dac8bd75..47f9d2b3c 100644 --- a/tools/automate/automate.py +++ b/tools/automate/automate.py @@ -509,7 +509,7 @@ if any_changed or options.forcebuild: command = 'ninja -C ' target = ' cefclient' build_dir_suffix = '' - if platform == 'windows': + if platform == 'windows' and options.x64build: build_dir_suffix = '_x64' if not options.nodebugbuild: