Unify compiler and cinterop flags names (#2915)

This commit is contained in:
LepilkinaElena
2019-04-30 12:48:50 +03:00
committed by GitHub
parent 474fc4eb04
commit dbc10781af
8 changed files with 34 additions and 26 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ For example, using the simple `libgit2.def` native library definition file provi
<div class="sample" markdown="1" theme="idea" mode="shell">
```bash
$ cinterop -def samples/gitchurn/src/nativeInterop/cinterop/libgit2.def -compilerOpts -I/usr/local/include -o libgit2
$ cinterop -def samples/gitchurn/src/nativeInterop/cinterop/libgit2.def -compiler-option -I/usr/local/include -o libgit2
```
</div>