Update ERROR output
This commit is contained in:
parent
a2d68682d9
commit
d8e5f70d91
|
@ -880,7 +880,7 @@ class BaseBuildCommand(Command):
|
|||
*targets
|
||||
] + pass_args, shell=False, env=dict(os.environ))
|
||||
if result != 0:
|
||||
print('ERROR: ninja failed with one or more errors.')
|
||||
print('ERROR: ninja (via "cmake --build") failed with one or more errors.')
|
||||
return result
|
||||
return 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue