Add libiconv to mingw platform (#1861)

This commit is contained in:
Mike Sinkovsky
2018-08-10 16:02:50 +05:00
committed by Nikolay Igotti
parent 73b6935da7
commit 2876acd93e
2 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -2820,7 +2820,7 @@ task jsinterop_math(type: RunStandaloneKonanTest) {
}
task interop_libiconv(type: RunStandaloneKonanTest) {
disabled = (isWindows() || (project.testTarget != null))
disabled = (project.testTarget != null)
source = "interop/libiconv.kt"
goldValue = "72 72\n101 101\n108 108\n108 108\n111 111\n33 33\n"
}