From 1c76a7bad8b7ad73da4e9cb9b0c9e2bb621d6a26 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 16 Jan 2015 13:02:14 -0800 Subject: Build in the correct directory --- tools/run_tests/build_php.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh index 996ddce29b..ca4f73657b 100755 --- a/tools/run_tests/build_php.sh +++ b/tools/run_tests/build_php.sh @@ -15,8 +15,7 @@ cd src/php cd ext/grpc phpize -cd ../.. -ext/grpc/configure +./configure #cd ext/grpc make -- cgit v1.2.3