Change directories built in gRPC (#512)

This commit is contained in:
Matt Kwong 2017-04-04 15:32:59 -07:00 committed by Oliver Chang
parent 41e114e0ce
commit f79aecb525
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ EXTERA_BAZEL_FLAGS="--strip=never $(for f in $CXXFLAGS; do if [ $f != "-stdlib=
bazel build --dynamic_mode=off --spawn_strategy=standalone --genrule_strategy=standalone \
$EXTERA_BAZEL_FLAGS \
$NO_VPTR \
:all test/... third_party/boringssl-with-bazel/... third_party/nanopb/...
:all test/core/util/... test/core/end2end/... third_party/boringssl-with-bazel/... third_party/nanopb/...
CFLAGS="${CFLAGS} -Iinclude -I."
CXXFLAGS="${CXXFLAGS} -Iinclude -I. -stdlib=libc++"