Fix benchmarks after migrating to new MPP plugin syntax
This commit is contained in:
@@ -102,7 +102,7 @@ kotlin {
|
||||
|
||||
fromPreset(presets.mingwX64, 'windows') {
|
||||
binaries.all {
|
||||
linkerOpts = ["-L${getMingwPath()}/lib"]
|
||||
linkerOpts = ["-L${getMingwPath()}/lib".toString()]
|
||||
}
|
||||
compilations.main.cinterops {
|
||||
libcurl {
|
||||
|
||||
Reference in New Issue
Block a user