mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #63271 from AnthonyLatsis/min-size-xcode
build: Override default build variant for `--xcode`
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user