1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00

Merge branch 'fix-build' into ovl_Demo_Geff

This commit is contained in:
Ethan Roseman 2020-03-20 00:35:24 -04:00
commit 48fe06b4ee

View File

@ -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)