From d4123f62b25da0826480dde3fe3bd877db5da5bc Mon Sep 17 00:00:00 2001 From: Bananymous Date: Fri, 2 Jun 2023 18:43:30 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f71af082bf..cfbc5b20be 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ To build the toolchain for this os. You can run the following command. ```sh ninja toolchain cmake --fresh .. # We need to reconfigure cmake to use the new compiler +ninja libstdc++ ```