Skip to content

Commit e510daa

Browse files
authored
Merge pull request #11 from krzyzanowskim/patch-1
Update README.md
2 parents 0921902 + e650966 commit e510daa

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
@@ -20,5 +20,5 @@ $ swift test
2020
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.
2121

2222
```sh
23-
$ swift build -Xcxx -I<path_to_swift_toolchain>/usr/lib/swift
23+
$ swift build -Xcxx -I<path_to_swift_toolchain>/usr/lib/swift -Xcxx -I<path_to_swift_toolchain>/usr/lib/swift/Block
2424
```

0 commit comments

Comments
 (0)