Merge revision 1411 changes:

- Add x64 build support to automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1547@1412 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-08-23 19:29:58 +00:00
parent 31e6199ab8
commit 30f6f3bf09

View File

@ -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: