diff --git a/kotlin-native/INTEROP.md b/kotlin-native/INTEROP.md index 585b12087a9..bbcfbb84083 100644 --- a/kotlin-native/INTEROP.md +++ b/kotlin-native/INTEROP.md @@ -36,7 +36,7 @@ Install libgit2 and prepare stubs for the git library: ```bash cd samples/gitchurn -../../dist/bin/cinterop -def src/main/c_interop/libgit2.def \ +../../dist/bin/cinterop -def src/nativeInterop/cinterop/libgit2.def \ -compiler-option -I/usr/local/include -o libgit2 ``` @@ -47,7 +47,7 @@ Compile the client: