Skip to content

Commit

Permalink
<fix> test action failed in windows platform
Browse files Browse the repository at this point in the history
  • Loading branch information
BppleMan committed Jan 7, 2025
1 parent 7dac9c1 commit be59308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ tasks {
doLast {
System.getenv("USERPROFILE")?.let { userProfile ->
val targetFile = File("$userProfile\\.konan\\dependencies\\lld-12.0.1-windows-x64\\ld.lld.exe")
File("$userProfile\\.konan\\dependencies\\dependencies\\llvm-16.0.0-x86_64-windows-essentials-56\\bin\\ld.lld.exe")
File("$userProfile\\.konan\\dependencies\\llvm-16.0.0-x86_64-windows-essentials-56\\bin\\ld.lld.exe")
.copyTo(targetFile, true)
}
}
}

task("compileKotlinMingwX64") {
getByName("compileKotlinMingwX64") {
dependsOn(replaceLLD)
}
}
Expand Down

0 comments on commit be59308

Please sign in to comment.