Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Strohminger <joshstrohminger@users.noreply.github.com>2023-08-17 00:25:53 +0300
committerPetteri Aimonen <jpa@github.mail.kapsi.fi>2023-08-17 14:14:39 +0300
commitbc212bb780d84ee86257c4c4ed424f0ef96d4358 (patch)
tree1150b8e9101462e85999423d1175d4423c624a33
parent4ea09e8adcbd27e04f818117e88365e288ab8837 (diff)
Update readme to match other examples configurations for running tests on Mac
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33f5ccf..b746b78 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ end in an error, the test cases were successful.
Note: Mac OS X by default aliases 'clang' as 'gcc', while not actually
supporting the same command line options as gcc does. To run tests on
-Mac OS X, use: `scons CC=clang CXX=clang`. Same way can be used to run
+Mac OS X, use: `scons CC=clang CXX=clang++`. Same way can be used to run
tests with different compilers on any platform.
For embedded platforms, there is currently support for running the tests