diff options
author | Craig Tiller <ctiller@google.com> | 2015-01-16 13:02:14 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-01-16 13:02:14 -0800 |
commit | 1c76a7bad8b7ad73da4e9cb9b0c9e2bb621d6a26 (patch) | |
tree | b8c045d500c49a8a46d592a8e0d30cbd3437fcd7 | |
parent | e94373360f3f0d5167b0c893385335736cb84a3f (diff) |
Build in the correct directory
-rwxr-xr-x | tools/run_tests/build_php.sh | 3 |
1 files changed, 1 insertions, 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 |