Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Trivial fix for a typo in the LIBCPLUSPLUS examples.

Signed-off-by: Pablo Saavedra <[email protected]>
  • Loading branch information
psaavedra authored and kraj committed Oct 10, 2024
1 parent d179348 commit 354bad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ in `local.conf`.
You can select libstdc++ per package too by writing bbappends for them containing

```shell
LIBCPLUSPLUS:toolchain-clang:pn-<recipe> = "-stdlibc=libc++"
LIBCPLUSPLUS:toolchain-clang:pn-<recipe> = "-stdlib=libc++"
```
Defaults are chosen to be GNU for maximum compatibility with existing GNU systems. It's always
good to use single runtime on a system, mixing runtimes can cause complications during
Expand Down

0 comments on commit 354bad7

Please sign in to comment.