mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-24 16:51:38 +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.
|
||||
command = 'ninja -C '
|
||||
if options.verbosebuild:
|
||||
command = 'ninja -v -C'
|
||||
command = 'ninja -v -C '
|
||||
target = ' ' + options.buildtarget
|
||||
if options.buildtests:
|
||||
target = target + ' ceftests'
|
||||
|
Loading…
Reference in New Issue
Block a user