From 8fa8e2ebc8a80270df33cf51833b275cf6c69817 Mon Sep 17 00:00:00 2001 From: Alexander Sparkowsky Date: Tue, 12 Dec 2017 08:14:07 +0000 Subject: [PATCH] fix minor typo in interop documentation The configuration property to specify the library path in a definition file is `libraryPaths` instead of `libraryPath`. --- INTEROP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INTEROP.md b/INTEROP.md index 1a747ae896c..f235f963125 100644 --- a/INTEROP.md +++ b/INTEROP.md @@ -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