Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit ef4f721

Browse files
committedOct 20, 2020
remove "build" support
1 parent 23e51a1 commit ef4f721

File tree

3 files changed

+164
-196
lines changed

3 files changed

+164
-196
lines changed
 

‎misc/ninja_syntax.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def build(self, outputs, rule, inputs=None, implicit=None, order_only=None,
7979
out_outputs.append('|')
8080
out_outputs.extend(implicit_outputs)
8181

82-
self._line('build %s: %s' % (' '.join(out_outputs),
82+
self._line('o %s: %s' % (' '.join(out_outputs),
8383
' '.join([rule] + all_inputs)))
8484
if pool is not None:
8585
self._line(' pool = %s' % pool)

0 commit comments

Comments
 (0)
This repository has been archived.