[K/N] Use smaller mingw-w64-i686 toolchain as well
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user