Skip to content

Commit

Permalink
Merge pull request #14 from ethteck/fix-build
Browse files Browse the repository at this point in the history
Fixing build to successfully stop on failure
  • Loading branch information
fig02 committed Mar 20, 2020
2 parents a6bad6a + 1d7a2ff commit 2a283c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/asm_processor/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
print()
print(' '.join(shlex.quote(x) for x in compile_cmdline))
print()
sys.exit(55)
# To keep the preprocessed file:
# os._exit(1)

Expand Down

0 comments on commit 2a283c1

Please sign in to comment.