[K/N] Use smaller mingw-w64-i686 toolchain as well

This commit is contained in:
Sergey Bogolepov
2021-08-16 16:41:32 +07:00
committed by Space
parent 1315fdaf56
commit 1381221ef8
2 changed files with 7 additions and 7 deletions
@@ -39,7 +39,7 @@ kotlin {
val windresTask = tasks.register<Exec>(taskName) {
val llvmDir = when (preset) {
presets["mingwX86"] -> kotlinNativeDataPath.resolve(
"dependencies/msys2-mingw-w64-i686-clang-llvm-lld-compiler_rt-8.0.1/bin")
"dependencies/msys2-mingw-w64-i686-1/bin")
presets["mingwX64"] -> kotlinNativeDataPath.resolve(
"dependencies/msys2-mingw-w64-x86_64-1/bin")
else -> throw GradleException("Unsupported presets")