Fix benchmarks after migrating to new MPP plugin syntax

This commit is contained in:
Elena Lepilkina
2019-05-17 17:36:44 +03:00
parent 6c7075cba4
commit 82d13239cb
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ kotlin {
fromPreset(presets.mingwX64, 'windows') {
binaries.all {
linkerOpts = ["-L${getMingwPath()}/lib"]
linkerOpts = ["-L${getMingwPath()}/lib".toString()]
}
compilations.main.cinterops {
libcurl {