From cc3947c8ebc6d8174f7ff540dfc11e80ead86b0e Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Wed, 11 Dec 2019 14:20:21 +0300 Subject: [PATCH] Path fix --- .../src/main/kotlin/org/jetbrains/kotlin/CacheTesting.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/src/main/kotlin/org/jetbrains/kotlin/CacheTesting.kt b/build-tools/src/main/kotlin/org/jetbrains/kotlin/CacheTesting.kt index 5b90b34e3dd..1fe7487e71e 100644 --- a/build-tools/src/main/kotlin/org/jetbrains/kotlin/CacheTesting.kt +++ b/build-tools/src/main/kotlin/org/jetbrains/kotlin/CacheTesting.kt @@ -49,7 +49,7 @@ fun configureCacheTesting(project: Project): CacheTesting? { it.commandLine( "$dist/bin/konanc", "-p", cacheKind.visibleName, - "-o", "stlib-cache", + "-o", "$cacheDir/stdlib-cache", "-Xmake-cache=$stdlib", "-no-default-libs", "-nostdlib", "-g"