bytebeat_compiler.py: flush before calling command
This commit is contained in:
parent
8327678c44
commit
9b9a4d9631
@ -169,5 +169,5 @@ if __name__ == "__main__":
|
||||
# Let the system execute aliases by calling os.system
|
||||
command = " ".join([CC, CFLAGS, INPUT_FILE, PATHS["fwrite_le"], "-o",
|
||||
OUTPUT_FILE])
|
||||
print(command)
|
||||
print(command, flush=True)
|
||||
system(command)
|
||||
|
Loading…
Reference in New Issue
Block a user