Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 91874a4

Browse files
committed
Configure protobuf with --disable-shared on osx
1 parent 54c7dd5 commit 91874a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ matrix:
1010
osx_image: xcode9.2
1111
before_install:
1212
- brew update
13+
- EDITOR="sed -i '' 's/system \".\/configure\",/system \".\/configure\", \"--disable-shared\",/g'" brew edit protobuf
1314
- brew install protobuf
1415
script: gradle/buildViaTravis.sh
1516
before_cache:

0 commit comments

Comments
 (0)