Commit 23b154c6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Be compatible with older python3 versions

parent d054e9ac
......@@ -95,7 +95,8 @@ def main():
"-o", obj_file.name,
src_file.name,
],
capture_output=True,
stderr=subprocess.PIPE,
stdout=subprocess.PIPE,
)
if not j.returncode and not j.stdout and not j.stderr:
use_flags.append(i)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment