зеркало из https://github.com/github/vitess-gh.git
Merge pull request #2128 from Rastusik/osx_sierra_protobuf_fix
Fix for OSX Sierra build of Protobuf bundled with Grpc
This commit is contained in:
Коммит
3d9ec1c3fe
|
@ -40,6 +40,9 @@ git submodule update --init
|
|||
if [ `uname -s` == "Darwin" ]; then
|
||||
export GRPC_PYTHON_BUILD_WITH_CYTHON=1
|
||||
$grpc_dist/usr/local/bin/pip install Cython
|
||||
|
||||
# this enables to build protobuf on OSX Sierra
|
||||
export CPPFLAGS="-Wno-deprecated-declarations"
|
||||
fi
|
||||
|
||||
# build everything
|
||||
|
|
Загрузка…
Ссылка в новой задаче