Skip to content

Commit 2de866d

Browse files
Fix README for building makeOptions
Remove extra `-Xcc` in the command-line.`
1 parent 2e11874 commit 2de866d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $ apt-get install libncurses-dev
156156
be found, e.g.:
157157

158158
```
159-
$ swift build -Xcc -Xcc -I/path/to/build/Ninja-Release/swift-.../include -Xcc -I/path/to/build/Ninja-Release/llvm-.../include -Xcc -I/path/to/source/llvm-project/llvm/include --product makeOptions
159+
$ swift build -Xcc -I/path/to/build/Ninja-Release/swift-.../include -Xcc -I/path/to/build/Ninja-Release/llvm-.../include -Xcc -I/path/to/source/llvm-project/llvm/include --product makeOptions
160160
```
161161

162162
Then, run `makeOptions` and redirect the output to overwrite `Options.swift`:

0 commit comments

Comments
 (0)