Merge compiler 1.3.50-dev-259 (#2983)
This commit is contained in:
@@ -101,7 +101,9 @@ kotlin {
|
||||
}
|
||||
|
||||
fromPreset(presets.mingwX64, 'windows') {
|
||||
compilations.test.linkerOpts "-L${getMingwPath()}/lib"
|
||||
binaries.all {
|
||||
linkerOpts = ["-L${getMingwPath()}/lib"]
|
||||
}
|
||||
compilations.main.cinterops {
|
||||
libcurl {
|
||||
includeDirs.headerFilterOnly "${getMingwPath()}/include"
|
||||
|
||||
Reference in New Issue
Block a user