Install grpc and protobuf when building on Mac. Since DYLD_LIBRARY_PATH cannot be passed to nginx configure script from El Cap.

This commit is contained in:
Feng Li 2016-12-09 18:34:39 -08:00
parent ca9e4d16ae
commit 42dddc2430
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
make clean
cd third_party/protobuf \
&& ./autogen.sh \
&& ./configure
&& ./configure \
&& make install -j8 \
&& cd ../..
cd third_party/grpc \