Skip to content

Commit

Permalink
Update eosio_build_darwin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
larryk85 authored Oct 22, 2018
1 parent 25757a3 commit 64fce6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/eosio_build_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
printf "\\tExiting now.\\n\\n"
exit 1;
fi
if [[ "$DEP" == "llvm@4" ]]; then
"${BREW}" unlink ${DEP}
if [[ "$DEP" == "llvm@4" ]]; then
"${BREW}" unlink ${DEP}
elif ! "${BREW}" unlink ${DEP} && "${BREW}" link --force ${DEP}
then
printf "\\tHomebrew exited with the above errors.\\n"
Expand Down

0 comments on commit 64fce6b

Please sign in to comment.