mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-11 19:43:44 +00:00
Fixing build to successfully stop on failure
This commit is contained in:
parent
9f434ad733
commit
1d7a2ff18d
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ try:
|
||||||
print()
|
print()
|
||||||
print(' '.join(shlex.quote(x) for x in compile_cmdline))
|
print(' '.join(shlex.quote(x) for x in compile_cmdline))
|
||||||
print()
|
print()
|
||||||
|
sys.exit(55)
|
||||||
# To keep the preprocessed file:
|
# To keep the preprocessed file:
|
||||||
# os._exit(1)
|
# os._exit(1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue