php: fix jenkins macos build error

pull/3195/head
Stanley Cheung 10 years ago
parent 987d0879f7
commit 40d53ee7a4
  1. 3
      tools/run_tests/build_php.sh

@ -46,3 +46,6 @@ cd ext/grpc
phpize
./configure --enable-grpc=$root
make
# in some jenkins macos machine, somehow the PHP build script can't find libgrpc.dylib
export DYLD_LIBRARY_PATH=$(pwd)/libs/$config

Loading…
Cancel
Save