File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
platform/build-scripts/src/org/jetbrains/intellij/build/kotlin Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,8 @@ object KotlinPluginBuilder {
390
390
391
391
// Use 'DownloadAppCodeDependencies' run configuration to download LLDBFrontend
392
392
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)
394
395
spec.withBin(" ../CIDR/cidr-debugger/bin/lldb/win/x64/bin/LLDBFrontend.exe" , " bin/windows" , skipIfDoesntExist)
395
396
spec.withBin(" ../CIDR/cidr-debugger/bin/lldb/renderers" , " bin/lldb/renderers" )
396
397
You can’t perform that action at this time.
0 commit comments