Skip to content

Commit

Permalink
scripts/Windows/build-mingw-nut.sh: require clean builds without warn…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
jimklimov committed Jun 14, 2022
1 parent adfde08 commit 9eecf93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Windows/build-mingw-nut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ if [ "$cmd" == "all64" ] || [ "$cmd" == "b64" ] || [ "$cmd" == "all32" ] || [ "$
$CONFIGURE_SCRIPT $HOST_FLAG $BUILD_FLAG --prefix=$INSTALL_DIR \
--without-pkg-config --with-all=auto \
--without-systemdsystemunitdir \
--enable-Werror \
|| exit
make 1>/dev/null || exit
make install || exit
Expand Down

0 comments on commit 9eecf93

Please sign in to comment.