From 69986b542e322d37fbb3029aaf37d37aefe14157 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Thu, 14 Sep 2023 08:21:36 -0700 Subject: [PATCH] COMPILING.md: Fix small typo --- COMPILING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILING.md b/COMPILING.md index 3c5ad537e0..de3cbb026c 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -68,7 +68,7 @@ For Visual C++, please refer to the [Protobuf README](https://github.com/google/ for how to compile Protobuf. gRPC-java assumes a Release build. #### Mac -Some versions of Mac OS X (e.g., 10.10) doesn't have ``/usr/local`` in the +Some versions of Mac OS X (e.g., 10.10) don't have ``/usr/local`` in the default search paths for header files and libraries. It will fail the build of the codegen. To work around this, you will need to set environment variables: ```