X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=SConscript.target;h=afd10bde73d3de69c6f570d3bf73415e624026b4;hb=ce2d8f1755f3a2ddd90a9bc8595d5b581dde42ba;hp=fa4ca1775d42e3ea4d47efce8000a67bdb06e62a;hpb=b891a2ff44e99392e258c2f39ec0852c4b5dbfab;p=gps-watch.git diff --git a/SConscript.target b/SConscript.target index fa4ca17..afd10bd 100644 --- a/SConscript.target +++ b/SConscript.target @@ -36,7 +36,7 @@ env.Append(LINKFLAGS = [ libgcc_path = \ subprocess.check_output('{} -print-libgcc-file-name'.format(env['CC']), - shell=True).strip() + shell=True).strip().decode('utf-8') env.Append(RUSTCFLAGS = [ '-C', 'opt-level=s',