mirror of https://github.com/grpc/grpc-web.git
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:
parent
ca9e4d16ae
commit
42dddc2430
|
|
@ -2,7 +2,7 @@
|
|||
make clean
|
||||
cd third_party/protobuf \
|
||||
&& ./autogen.sh \
|
||||
&& ./configure
|
||||
&& ./configure \
|
||||
&& make install -j8 \
|
||||
&& cd ../..
|
||||
cd third_party/grpc \
|
||||
|
|
|
|||
Loading…
Reference in New Issue