aboutsummaryrefslogtreecommitdiff
path: root/projects/grpc
diff options
context:
space:
mode:
authormatt-kwong <mattkwong@google.com>2017-02-10 18:17:29 -0800
committerKostya Serebryany <konstantin.s.serebryany@gmail.com>2017-02-10 18:17:29 -0800
commit3c99f6658931a6d6731f3647d1b8fe0c85b1e675 (patch)
treee5e2d12bade47a33071675a18b75b1f0a902b433 /projects/grpc
parentc5245aa9df486a39a4184e4de4dd6907a7090844 (diff)
downloadoss-fuzz-3c99f6658931a6d6731f3647d1b8fe0c85b1e675.tar.gz
Fix typo in gRPC build.sh (#375)
Diffstat (limited to 'projects/grpc')
-rwxr-xr-xprojects/grpc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/grpc/build.sh b/projects/grpc/build.sh
index 175fa3fed..89cfad789 100755
--- a/projects/grpc/build.sh
+++ b/projects/grpc/build.sh
@@ -43,7 +43,7 @@ bazel-bin/*.a \
# build project
bazel
-BAZEL build --spawn_strategy=standalone --genrule_strategy=standalone :all test/... examples/cpp/...
+bazel build --spawn_strategy=standalone --genrule_strategy=standalone :all test/... examples/cpp/...
CFLAGS="${CFLAGS} -Iinclude -I."
CXXFLAGS="${CXXFLAGS} -Iinclude -I. -stdlib=libc++"