aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-16 13:30:07 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-16 13:30:07 -0800
commite3ccd8f79dc2201fabfeb545de47c53f95248f14 (patch)
treec97b3845eb6201a28a228d198f5020bf7bae8fe0 /tools/run_tests
parenteb65ac997413eab7edc3281a1b92034629bfb4ea (diff)
Build static for php
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/build_php.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh
index ca4f73657b..af81daf44f 100755
--- a/tools/run_tests/build_php.sh
+++ b/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