diff options
author | Craig Tiller <ctiller@google.com> | 2015-01-16 13:30:07 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-01-16 13:30:07 -0800 |
commit | e3ccd8f79dc2201fabfeb545de47c53f95248f14 (patch) | |
tree | c97b3845eb6201a28a228d198f5020bf7bae8fe0 /tools/run_tests | |
parent | eb65ac997413eab7edc3281a1b92034629bfb4ea (diff) |
Build static for php
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/build_php.sh | 2 |
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 |