We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3269bb3 commit a36fc50Copy full SHA for a36fc50
README.md
@@ -119,7 +119,7 @@ $ apt-get install libncurses-dev
119
be found, e.g.:
120
121
```
122
-$ 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
+$ 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/swift/include -Xcc -I/path/to/source/llvm-project/llvm/include --product makeOptions
123
124
125
Then, run `makeOptions` and redirect the output to overwrite `Options.swift`:
0 commit comments