mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-25 17:12:25 +01:00
Add missing space at the end of verbose build command (issue #2431).
This commit is contained in:
parent
4b33c17533
commit
f6c9a96a12
@ -1050,7 +1050,7 @@ if not options.nobuild and (chromium_checkout_changed or \
|
|||||||
# Build using Ninja.
|
# Build using Ninja.
|
||||||
command = 'ninja -C '
|
command = 'ninja -C '
|
||||||
if options.verbosebuild:
|
if options.verbosebuild:
|
||||||
command = 'ninja -v -C'
|
command = 'ninja -v -C '
|
||||||
target = ' ' + options.buildtarget
|
target = ' ' + options.buildtarget
|
||||||
if options.buildtests:
|
if options.buildtests:
|
||||||
target = target + ' ceftests'
|
target = target + ' ceftests'
|
||||||
|
Loading…
Reference in New Issue
Block a user