[K/N] Fix perf build
This commit is contained in:
committed by
Space Team
parent
1e9979a6b7
commit
bdb534c3de
@@ -12,7 +12,8 @@ plugins {
|
||||
val toolsPath = "../../tools"
|
||||
val targetExtension = "Macos"
|
||||
|
||||
project.extra["platformManager"] = PlatformManager(projectDir.parentFile.parentFile.absolutePath, false)
|
||||
// TODO: add konanDataDir to the buildDistribution after KT-50463 will be in current bootstrap
|
||||
project.extra["platformManager"] = PlatformManager(buildDistribution(projectDir.parentFile.parentFile.absolutePath), false)
|
||||
swiftBenchmark {
|
||||
applicationName = "swiftInterop"
|
||||
commonSrcDirs = listOf("$toolsPath/benchmarks/shared/src/main/kotlin/report", "src", "../shared/src/main/kotlin")
|
||||
|
||||
Reference in New Issue
Block a user