Merge compiler 1.3.50-dev-259 (#2983)

This commit is contained in:
LepilkinaElena
2019-05-17 14:02:01 +03:00
committed by GitHub
parent de0e12a1d3
commit 7c2eab9920
6 changed files with 30 additions and 26 deletions
+3 -1
View File
@@ -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"