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:
Michael Berlin 2016-10-07 17:08:35 -07:00 коммит произвёл GitHub
Родитель 626352618b 90fd05ab4e
Коммит 3d9ec1c3fe
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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