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 #6757 from EOSIO/fix-brew-file
Browse files Browse the repository at this point in the history
Remove xcode dep and duplicate gmp
  • Loading branch information
emorybarlow authored Feb 15, 2019
2 parents 7fc6b87 + 08c11be commit 36a4210
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/generate_bottle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,15 @@ echo "class Eosio < Formula
revision 0
url \"https://github.com/eosio/eos/archive/v${VERSION}.tar.gz\"
version \"${VERSION}\"
option :universal
depends_on \"gmp\"
depends_on \"gmp\"
depends_on \"gettext\"
depends_on \"openssl\"
depends_on \"gmp\"
depends_on :xcode
depends_on :macos => :high_sierra
depends_on :arch => :intel
bottle do
root_url \"https://github.com/eosio/eos/releases/download/v${VERSION}\"
sha256 \"${hash}\" => :${MAC_VERSION}
Expand Down

0 comments on commit 36a4210

Please sign in to comment.