1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 09:03:36 +00:00

Fixing build to successfully stop on failure

This commit is contained in:
Ethan Roseman 2020-03-20 00:33:07 -04:00
parent 9f434ad733
commit 1d7a2ff18d

View File

@ -43,6 +43,7 @@ try:
print()
print(' '.join(shlex.quote(x) for x in compile_cmdline))
print()
sys.exit(55)
# To keep the preprocessed file:
# os._exit(1)