File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ following steps assume that you have already [built the toolchain with Ninja](#t
379
379
Generate the Xcode project with
380
380
381
381
` ` ` sh
382
- utils/build-script --swift-darwin-supported-archs " $( uname -m) " --xcode --clean` .
382
+ utils/build-script --swift-darwin-supported-archs " $( uname -m) " --xcode --clean
383
383
` ` `
384
384
385
385
This can take a few minutes due to metaprogrammed sources that depend on LLVM
@@ -404,7 +404,7 @@ following steps assume that you have already [built the toolchain with Ninja](#t
404
404
* In the _Info_ pane of the target settings, set
405
405
* _Build Tool_ to the absolute path of the `ninja` executable (the output of
406
406
`which ninja` on the command line)
407
- * _Arguments_ to a Ninja target (e.g. `bin/swift-frontend`, the compiler)
407
+ * _Arguments_ to a Ninja target (e.g. `bin/swift-frontend` is the compiler)
408
408
* _Directory_ to the absolute path of the `build/Ninja-*/swift-macosx-*`
409
409
directory
410
410
* Create a scheme in the workspace, making sure to select the target you just
You can’t perform that action at this time.
0 commit comments