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:
committed by
alexander-gorshenev
parent
d0f1296c7e
commit
8fa8e2ebc8
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user