Skip to content

Commit

Permalink
SC2181 fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
p-alik committed Jul 25, 2017
1 parent 29e09c2 commit 4f1dc06
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -836,8 +836,9 @@ make_universe ()
make_for_clang_analyzer

use_banner 'mingw'
check_mingw
if [ $? -eq 0 ]; then

if ! check_mingw
then
make_for_mingw
fi

Expand Down

0 comments on commit 4f1dc06

Please sign in to comment.