macosx/build.sh: build-a-bottle option changed
This commit is contained in:
+4
-4
@@ -42,15 +42,15 @@ deps()
|
|||||||
# Runtime dependencies are required to support the targeted OS X
|
# Runtime dependencies are required to support the targeted OS X
|
||||||
# version, static libraries, and fat binaries for the package build.
|
# version, static libraries, and fat binaries for the package build.
|
||||||
#
|
#
|
||||||
# This reinstalls protobuf with --universal --bottle to get a fat
|
# This reinstalls protobuf with --universal --build-bottle to get a
|
||||||
# library that will run on any machine. (This takes about 15 minutes
|
# fat library that will run on any machine. (This takes about 15
|
||||||
# on current Travis infrastructure.)
|
# minutes on current Travis infrastructure.)
|
||||||
#
|
#
|
||||||
package_deps()
|
package_deps()
|
||||||
{
|
{
|
||||||
deps
|
deps
|
||||||
brew rm protobuf
|
brew rm protobuf
|
||||||
brew install protobuf --universal --bottle
|
brew install protobuf --universal --build-bottle
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user