Revert simpleOsName in HostManager
Support old naming in simpleOsName. Introduce new platformName method for the new archive naming.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ internal val Project.host
|
||||
get() = HostManager.host.visibleName
|
||||
|
||||
internal val Project.simpleOsName
|
||||
get() = HostManager.simpleOsName()
|
||||
get() = HostManager.platformName()
|
||||
|
||||
/** A task with a KonanTarget specified. */
|
||||
abstract class KonanTargetableTask: DefaultTask() {
|
||||
|
||||
Reference in New Issue
Block a user