Tools: build_summary: make binary path a string

This commit is contained in:
Pierre Kancir 2020-09-22 15:18:59 +02:00 committed by Andrew Tridgell
parent 4e064ef812
commit ae29697504

View File

@ -136,7 +136,7 @@ def _build_summary(bld):
if not t:
continue
n = t.outputs[0]
tg.build_summary['binary'] = n
tg.build_summary['binary'] = str(n)
nodes.append(n)
filtered_taskgens.append(tg)