diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index 0beb536..f3f22c1 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -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)