Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
fix minor typo in interop documentation
Browse files Browse the repository at this point in the history
The configuration property to specify the library path in a definition file is `libraryPaths` instead of `libraryPath`.
  • Loading branch information
roamingthings authored and alexander-gorshenev committed Dec 12, 2017
1 parent d0f1296 commit 8fa8e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INTEROP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fa8e2e

Please sign in to comment.