Skip to content

Commit b1ef288

Browse files
gabryon99intellij-monorepo-bot
authored andcommitted
[kmt][win/linux] Fix LLDBFrontend path resolution
(cherry picked from commit 18b58ecc90fed833914cd54b1d8c6ee5b8091750) IJ-MR-175985 GitOrigin-RevId: 7fd6c69de64efcae1189efc8caa47294419fecdd
1 parent 24b8adc commit b1ef288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/build-scripts/src/org/jetbrains/intellij/build/kotlin/KotlinPluginBuilder.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ object KotlinPluginBuilder {
390390

391391
// Use 'DownloadAppCodeDependencies' run configuration to download LLDBFrontend
392392
spec.withBin("../CIDR/cidr-debugger/bin/lldb/linux/bin/LLDBFrontend", "bin/linux", skipIfDoesntExist)
393-
spec.withBin("../CIDR/cidr-debugger/bin/lldb/mac/LLDBFrontend", "bin/macos", skipIfDoesntExist)
393+
spec.withBin("../CIDR/cidr-debugger/bin/lldb/mac/aarch64/LLDBFrontend", "bin/macos/aarch64", skipIfDoesntExist)
394+
spec.withBin("../CIDR/cidr-debugger/bin/lldb/mac/x64/LLDBFrontend", "bin/macos/x64", skipIfDoesntExist)
394395
spec.withBin("../CIDR/cidr-debugger/bin/lldb/win/x64/bin/LLDBFrontend.exe", "bin/windows", skipIfDoesntExist)
395396
spec.withBin("../CIDR/cidr-debugger/bin/lldb/renderers", "bin/lldb/renderers")
396397

0 commit comments

Comments
 (0)