Commit cb288439 authored by Max Kellermann's avatar Max Kellermann

{android,win32}/build.py: make stdout/stderr unbuffered

Avoid excessive buffering if run by CI.
parent 69f741e8
#!/usr/bin/env python3
#!/usr/bin/env -S python3 -u
import os, os.path
import sys, subprocess
......
#!/usr/bin/env python3
#!/usr/bin/env -S python3 -u
import os, os.path
import sys, subprocess
......
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