mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
Fix tools/ido_block_numbers.py (#2037)
This commit is contained in:
@@ -538,7 +538,7 @@ def main():
|
||||
file=sys.stderr,
|
||||
)
|
||||
sys.exit(1)
|
||||
print(f"Compiler command: {shlex.join(compiler_command_line)}", file=sys.stderr)
|
||||
print(f"Compiler command: {shlex.join(command_line)}", file=sys.stderr)
|
||||
|
||||
symbol_table, ucode = run_cfe(command_line, args.keep_files)
|
||||
print_symbol_table(symbol_table)
|
||||
|
||||
Reference in New Issue
Block a user