diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ do provide crt files, they have not been yet intergrated into toolchain | |||
71 | 71 | ||
72 | # Default C++ Standard Library Switch | 72 | # Default C++ Standard Library Switch |
73 | 73 | ||
74 | Using RUNTIME bariable will select which C++ runtime is used, however it can be overridden | 74 | Using RUNTIME variable will select which C++ runtime is used, however it can be overridden |
75 | if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is | 75 | if needed to by modifying `LIBCPLUSPLUS` variable, usually defaults used by `RUNTIME` is |
76 | best fit. e.g. below we select LLVM C++ as default C++ runtime. | 76 | best fit. e.g. below we select LLVM C++ as default C++ runtime. |
77 | 77 | ||