Using --enable-grpc configure flag

pull/92/head
Craig Tiller 10 years ago
parent c7449166d2
commit c80530920b
  1. 5
      tools/run_tests/build_php.sh

@ -5,7 +5,7 @@ set -ex
# change to grpc repo root # change to grpc repo root
cd $(dirname $0)/../.. cd $(dirname $0)/../..
export GRPC_DIR=`pwd` root=`pwd`
# make the libraries # make the libraries
make -j static_c make -j static_c
@ -15,7 +15,6 @@ cd src/php
cd ext/grpc cd ext/grpc
phpize phpize
./configure ./configure --enable-grpc=$root
#cd ext/grpc
make make

Loading…
Cancel
Save