Fix name of property in refactored cinterop tool (#2692)

This commit is contained in:
LepilkinaElena
2019-02-20 13:43:33 +03:00
committed by GitHub
parent 7254d44921
commit 6b6d09774e
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -107,7 +107,6 @@ kotlin {
includeDirs.headerFilterOnly '/usr/include', '/usr/include/x86_64-linux-gnu'
}
}
compilations.test.linkerOpts "-L${getMingwPath()}/lib"
}
fromPreset(presets.macosX64, 'macos') {
compilations.main.cinterops {