waf-py3: Allow waf build --dup-symbol-check to operate in python3
authorAndrew Bartlett <abartlet@samba.org>
Tue, 11 Dec 2018 21:54:47 +0000 (10:54 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 13 Dec 2018 00:49:30 +0000 (01:49 +0100)
commitc71417a0ebf563f649e1a8fdc599b33cd33e62dd
tree2423b5294a7ac83a3276ef1e9ce94626d675a874
parent9c507e98f03eabe59df774a9a5f51411fc23d4e5
waf-py3: Allow waf build --dup-symbol-check to operate in python3

Use the b prefix on output from subcommands to match bytes with bytes.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Noel Power <npower@samba.org>
buildtools/wafsamba/symbols.py