Skip to content

Commit

Permalink
macosx/build.sh: build-a-bottle option changed
Browse files Browse the repository at this point in the history
  • Loading branch information
cgull committed Dec 29, 2016
1 parent c2ff43f commit 78ba5fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions macosx/brew-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ deps()
# Runtime dependencies are required to support the targeted OS X
# version, static libraries, and fat binaries for the package build.
#
# This reinstalls protobuf with --universal --bottle to get a fat
# library that will run on any machine. (This takes about 15 minutes
# on current Travis infrastructure.)
# This reinstalls protobuf with --universal --build-bottle to get a
# fat library that will run on any machine. (This takes about 15
# minutes on current Travis infrastructure.)
#
package_deps()
{
deps
brew rm protobuf
brew install protobuf --universal --bottle
brew install protobuf --universal --build-bottle
}

#
Expand Down

0 comments on commit 78ba5fd

Please sign in to comment.