From 1b3afa7932b6d4a3a4070a884d4de00b600f38a0 Mon Sep 17 00:00:00 2001 From: Hassan ElDesouky Date: Fri, 3 Jul 2020 16:12:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 166feb1aa67fc..cd1bb5497159f 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ various products. These incremental builds are a big timesaver when developing and debugging. cd ${SWIFT_BUILD_DIR} - ninja swift + ninja swift-frontend This will build the Swift compiler, but will not rebuild the standard library or any other target. Building the `swift-stdlib` target as an additional layer of