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

Avoid excessive buffering if run by CI.
This commit is contained in:
Max Kellermann
2022-08-08 10:17:54 +02:00
parent 69f741e8a6
commit cb288439a4
2 changed files with 2 additions and 2 deletions
android
win32

@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env -S python3 -u
import os, os.path
import sys, subprocess