Don't look for target specific linkerOpts.
The default substitutions in manifest should have taken care of that.
This commit is contained in:
committed by
alexander-gorshenev
parent
243f5a880c
commit
bcb10f06f6
+1
-1
@@ -36,7 +36,7 @@ class KonanLibraryImpl(
|
||||
get() = manifestProperties.readKonanLibraryVersioning()
|
||||
|
||||
override val linkerOpts: List<String>
|
||||
get() = manifestProperties.propertyList(KLIB_PROPERTY_LINKED_OPTS, target!!.visibleName)
|
||||
get() = manifestProperties.propertyList(KLIB_PROPERTY_LINKED_OPTS)
|
||||
|
||||
override val bitcodePaths: List<String>
|
||||
get() = layout.realFiles { (it.kotlinDir.listFilesOrEmpty + it.nativeDir.listFilesOrEmpty).map { it.absolutePath } }
|
||||
|
||||
Reference in New Issue
Block a user