build: Override default build variant for --xcode

This commit is contained in:
Anthony Latsis
2023-01-28 01:29:53 +03:00
parent 943d1b830b
commit 3f4f4ffafa
3 changed files with 14 additions and 11 deletions

View File

@@ -357,7 +357,7 @@ while retaining the option of building with Ninja on the command line.
Assuming that you have already [built the toolchain via Ninja](#the-actual-build),
several more steps are necessary to set up this environment:
* Generate Xcode projects with `utils/build-script --release --swift-darwin-supported-archs "$(uname -m)" --xcode --clean`.
* Generate Xcode projects with `utils/build-script --swift-darwin-supported-archs "$(uname -m)" --xcode --clean`.
This will first build a few LLVM files that are needed to configure the
projects.
* Create a new Xcode workspace.