Build static for php

pull/92/head
Craig Tiller 10 years ago
parent eb65ac9974
commit e3ccd8f79d
  1. 2
      tools/run_tests/build_php.sh

@ -8,7 +8,7 @@ cd $(dirname $0)/../..
export GRPC_DIR=`pwd`
# make the libraries
make -j shared_c
make -j static_c
# build php
cd src/php

Loading…
Cancel
Save