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

Unused comment removal #6818

Merged
merged 1 commit into from
Feb 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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