[K/N] Update MinGW dependencies
Include fixes for KT-50983 and KT-48558
This commit is contained in:
@@ -39,9 +39,9 @@ kotlin {
|
||||
val windresTask = tasks.register<Exec>(taskName) {
|
||||
val llvmDir = when (preset) {
|
||||
presets["mingwX86"] -> kotlinNativeDataPath.resolve(
|
||||
"dependencies/msys2-mingw-w64-i686-1/bin")
|
||||
"dependencies/msys2-mingw-w64-i686-2/bin")
|
||||
presets["mingwX64"] -> kotlinNativeDataPath.resolve(
|
||||
"dependencies/msys2-mingw-w64-x86_64-1/bin")
|
||||
"dependencies/msys2-mingw-w64-x86_64-2/bin")
|
||||
else -> throw GradleException("Unsupported presets")
|
||||
}.toString()
|
||||
inputs.file(inFile)
|
||||
|
||||
Reference in New Issue
Block a user