Skip to content

Commit

Permalink
windows: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ids1024 committed Aug 9, 2024
1 parent 37f61d5 commit cb94955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def check_call(args, **kwargs):
try:
subprocess.check_call(args, **kwargs)
except subprocess.CalledProcessError as e:
print(f"ERROR: {args[0]} failed with code {e.returncode}")
sys.exit(f"ERROR: {args[0]} failed with code {e.returncode}")

# Build application with rustup
cmd = CARGO + ['build']
Expand Down

0 comments on commit cb94955

Please sign in to comment.