Path fix
This commit is contained in:
@@ -49,7 +49,7 @@ fun configureCacheTesting(project: Project): CacheTesting? {
|
|||||||
it.commandLine(
|
it.commandLine(
|
||||||
"$dist/bin/konanc",
|
"$dist/bin/konanc",
|
||||||
"-p", cacheKind.visibleName,
|
"-p", cacheKind.visibleName,
|
||||||
"-o", "stlib-cache",
|
"-o", "$cacheDir/stdlib-cache",
|
||||||
"-Xmake-cache=$stdlib",
|
"-Xmake-cache=$stdlib",
|
||||||
"-no-default-libs", "-nostdlib",
|
"-no-default-libs", "-nostdlib",
|
||||||
"-g"
|
"-g"
|
||||||
|
|||||||
Reference in New Issue
Block a user