{android,win32}/build.py: make stdout/stderr unbuffered
Avoid excessive buffering if run by CI.
This commit is contained in:
parent
69f741e8a6
commit
cb288439a4
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env -S python3 -u
|
||||
|
||||
import os, os.path
|
||||
import sys, subprocess
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env -S python3 -u
|
||||
|
||||
import os, os.path
|
||||
import sys, subprocess
|
||||
|
|
Loading…
Reference in New Issue