[K/N] Update MinGW dependencies
Include fixes for KT-50983 and KT-48558
This commit is contained in:
@@ -78,8 +78,8 @@ llvmVersion.mingw_x64 = 11.1.0
|
||||
llvmVersion.macos_x64 = 11.1.0
|
||||
llvmVersion.macos_arm64 = 11.1.0
|
||||
|
||||
toolchainDependency.mingw_x64 = msys2-mingw-w64-x86_64-1
|
||||
toolchainDependency.mingw_x86 = msys2-mingw-w64-i686-1
|
||||
toolchainDependency.mingw_x64 = msys2-mingw-w64-x86_64-2
|
||||
toolchainDependency.mingw_x86 = msys2-mingw-w64-i686-2
|
||||
toolchainDependency.linux_x64 = x86_64-unknown-linux-gnu-gcc-8.3.0-glibc-2.19-kernel-4.9-2
|
||||
toolchainDependency.linux_arm64 = aarch64-unknown-linux-gnu-gcc-8.3.0-glibc-2.25-kernel-4.9-2
|
||||
toolchainDependency.linux_mips32 = mips-unknown-linux-gnu-gcc-8.3.0-glibc-2.19-kernel-4.9-2
|
||||
|
||||
@@ -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