Skip to content

Commit 2b695f0

Browse files
authored
Merge pull request #96 from barrymoo/patch-1
On Linux, must include full path to `Block.h`
2 parents 3ba4c1a + e4c3574 commit 2b695f0

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
@@ -36,7 +36,7 @@ SourceKit-LSP is designed to build against the latest SwiftPM, so if you run int
3636
The C++ code in the index requires `libdispatch`, but unlike Swift code, it cannot find it automatically on Linux. You can work around this by adding a search path manually.
3737

3838
```sh
39-
$ swift build -Xcxx -I<path_to_swift_toolchain>/usr/lib/swift
39+
$ swift build -Xcxx -I<path_to_swift_toolchain>/usr/lib/swift -I<path_to_swift_toolchain>/usr/lib/swift/Block
4040
```
4141

4242
### Using the Generated Xcode Project

0 commit comments

Comments
 (0)