Merge pull request #14 from ethteck/fix-build

Fixing build to successfully stop on failure
This commit is contained in:
fig02 2020-03-20 00:58:50 -04:00 committed by GitHub
commit 2a283c18a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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)