php: fix build failure on mac

pull/3083/head
Stanley Cheung 9 years ago
parent 69d500d2c6
commit d0532654b0
  1. 1
      tools/run_tests/build_php.sh

@ -37,6 +37,7 @@ cd $(dirname $0)/../..
root=`pwd`
export GRPC_LIB_SUBDIR=libs/$CONFIG
export CFLAGS="-Wno-parentheses-equality"
# build php
cd src/php

Loading…
Cancel
Save