mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-16 20:20:51 +01:00
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 '
|
||||
target = ' cefclient'
|
||||
build_dir_suffix = ''
|
||||
if platform == 'windows':
|
||||
if platform == 'windows' and options.x64build:
|
||||
build_dir_suffix = '_x64'
|
||||
|
||||
if not options.nodebugbuild:
|
||||
|
Loading…
x
Reference in New Issue
Block a user