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:
parent
34797e3876
commit
d5b6264dce
|
@ -509,7 +509,7 @@ if any_changed or options.forcebuild:
|
||||||
command = 'ninja -C '
|
command = 'ninja -C '
|
||||||
target = ' cefclient'
|
target = ' cefclient'
|
||||||
build_dir_suffix = ''
|
build_dir_suffix = ''
|
||||||
if platform == 'windows':
|
if platform == 'windows' and options.x64build:
|
||||||
build_dir_suffix = '_x64'
|
build_dir_suffix = '_x64'
|
||||||
|
|
||||||
if not options.nodebugbuild:
|
if not options.nodebugbuild:
|
||||||
|
|
Loading…
Reference in New Issue