Do not ignore package name from .def file in Gradle plugin
This commit is contained in:
committed by
SvyatoslavScherbina
parent
509604618c
commit
3523a71058
+1
-1
@@ -86,7 +86,7 @@ open class KonanInteropTask: KonanTargetableTask() {
|
|||||||
|
|
||||||
addArgIfNotNull("-target", target)
|
addArgIfNotNull("-target", target)
|
||||||
addArgIfNotNull("-def", defFile.canonicalPath)
|
addArgIfNotNull("-def", defFile.canonicalPath)
|
||||||
addArg("-pkg", pkg ?: libName)
|
addArgIfNotNull("-pkg", pkg)
|
||||||
|
|
||||||
addFileArgs("-h", headers)
|
addFileArgs("-h", headers)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user