Skip to content

Commit

Permalink
mingw-build: Abort on error
Browse files Browse the repository at this point in the history
Make sure that MinGW toolchain build script exits on error.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Oct 24, 2024
1 parent 77e6d7d commit f97c9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mingw-build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -euo pipefail

BINUTILS_VERSION=2.42
GCC_VERSION=13.2.0
MINGW_VERSION=12.0.0
Expand Down

0 comments on commit f97c9c7

Please sign in to comment.