fix minor typo in interop documentation

The configuration property to specify the library path in a definition file is `libraryPaths` instead of `libraryPath`.
This commit is contained in:
Alexander Sparkowsky
2017-12-12 08:14:07 +00:00
committed by alexander-gorshenev
parent d0f1296c7e
commit 8fa8e2ebc8
+1 -1
View File
@@ -156,7 +156,7 @@ clauses. For example:
```
staticLibraries = libfoo.a
libraryPath = /opt/local/lib /usr/local/opt/curl/lib
libraryPaths = /opt/local/lib /usr/local/opt/curl/lib
```
When given the above snippet the `cinterop` tool will search `libfoo.a` in