diff options
author | Craig Tiller <ctiller@google.com> | 2015-01-16 14:55:49 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-01-16 14:55:49 -0800 |
commit | bc29d801594989b6cb6093ecff9ad78f31223e63 (patch) | |
tree | d4373b188a26d3cc14d03e296eb099c2bb6cbcc5 /tools/run_tests | |
parent | c80530920b3a955f8ff410a2b8d6322602916008 (diff) |
Better GRPC_LIBDIR config
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-x | tools/run_tests/build_php.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh index de899742da..6841656bdb 100755 --- a/tools/run_tests/build_php.sh +++ b/tools/run_tests/build_php.sh @@ -6,6 +6,7 @@ set -ex cd $(dirname $0)/../.. root=`pwd` +export GRPC_LIB_SUBDIR=libs/opt # make the libraries make -j static_c |