Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #6818 from EOSIO/comment-removal
Browse files Browse the repository at this point in the history
Unused comment removal
  • Loading branch information
spoonincode authored Feb 23, 2019
2 parents 006dc27 + c864c55 commit e29e574
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/eosio_build_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,8 @@ if [ $COUNT -gt 1 ]; then
[Nn]* ) echo "Proceeding without update!";;
* ) echo "Please type 'y' for yes or 'n' for no."; exit;;
esac
brew tap eosio/eosio # Required to install mongo-cxx-driver with static library
brew tap eosio/eosio
printf "\\nInstalling Dependencies...\\n"
# Ignore cmake so we don't install a newer version.
# Build from source to use local cmake; see homebrew-eosio repo for examples
# DON'T INSTALL llvm@4 WITH --force!
OIFS="$IFS"
IFS=$','
for DEP in $DEPS; do
Expand Down

0 comments on commit e29e574

Please sign in to comment.