From d4289f9e741a273465405c060f8023732cbfe101 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 f71af082..cfbc5b20 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++ ```