From e3ccd8f79dc2201fabfeb545de47c53f95248f14 Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Fri, 16 Jan 2015 13:30:07 -0800 Subject: [PATCH] Build static for php --- tools/run_tests/build_php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab