Add x64 build support to automate.py.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1411 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2013-08-23 19:29:00 +00:00
parent 34797e3876
commit d5b6264dce
1 changed files with 1 additions and 1 deletions

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: