Skip to content

Commit 29077ad

Browse files
committed
Update ninja status format to [%f/%t][%p][%es]
1 parent 5aec222 commit 29077ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/build-script

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,9 @@ class BuildScriptInvocation(object):
421421
'WATCHOS_DEPLOYMENT_TARGET']:
422422
os.environ.pop(v, None)
423423

424+
# Set NINJA_STATUS to format ninja output
425+
os.environ['NINJA_STATUS'] = '[%f/%t][%p][%es] '
426+
424427
def build_ninja(self):
425428
if not os.path.exists(self.workspace.source_dir("ninja")):
426429
diagnostics.fatal(

0 commit comments

Comments
 (0)