bytebeat_compiler.py: show executed command
This commit is contained in:
parent
e0ac4c3bf9
commit
f9ce5faa60
@ -161,5 +161,7 @@ if __name__ == "__main__":
|
||||
print("Compiling")
|
||||
|
||||
# Let the system execute aliases by calling os.system
|
||||
system(" ".join([CC, CFLAGS, INPUT_FILE, PATHS["path_to_fwrite_le"],
|
||||
"-o", OUTPUT_FILE])
|
||||
command = " ".join([CC, CFLAGS, INPUT_FILE, PATHS["path_to_fwrite_le"],
|
||||
"-o", OUTPUT_FILE])
|
||||
print(command)
|
||||
system(command)
|
||||
|
Loading…
Reference in New Issue
Block a user