Use old archive naming in the NativePlatformLibsIT test
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class NativePlatformLibsIT : BaseGradleIT() {
|
||||
|
||||
private fun deleteInstalledCompilers() {
|
||||
// Clean existing installation directories.
|
||||
val osName = HostManager.platformName()
|
||||
val osName = HostManager.simpleOsName()
|
||||
val oldCompilerDir = DependencyDirectories.localKonanDir.resolve("kotlin-native-$osName-$oldCompilerVersion")
|
||||
val currentCompilerDir = DependencyDirectories.localKonanDir.resolve("kotlin-native-$osName-$currentCompilerVersion")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user