[K/N] Konan: override artifact property to use with OutputDirectory
This commit is contained in:
+3
@@ -391,6 +391,9 @@ open class KonanCompileFrameworkTask: KonanCompileNativeBinary() {
|
||||
}
|
||||
|
||||
open class KonanCompileLibraryTask: KonanCompileTask() {
|
||||
override val artifact: File
|
||||
@OutputDirectory get() = destinationDir.resolve(artifactFullName)
|
||||
|
||||
override val artifactSuffix: String
|
||||
@Internal get() = if (!noPack) produce.suffix(konanTarget) else ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user