Update ERROR output

This commit is contained in:
David Hummel 2025-03-27 08:48:48 -07:00
parent a2d68682d9
commit d8e5f70d91
1 changed files with 1 additions and 1 deletions

View File

@ -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