Skip to content

Commit 646afca

Browse files
committed
Run targets are in the console pool for obvious reasons.
1 parent 22af56e commit 646afca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ninjabackend.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ def generate_run_target(self, target, outfile):
306306
target.subdir, target.command] + target.args
307307
elem.add_item('COMMAND', cmd)
308308
elem.add_item('description', 'Running external command %s.' % target.name)
309+
elem.add_item('pool', 'console')
309310
elem.write(outfile)
310311
self.processed_targets[target.name] = True
311312

0 commit comments

Comments
 (0)