update template [skip ci]

pull/375/head
Lucas Nogueira 2 years ago
parent 82e0b31eba
commit 20607b8760
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

@ -21,7 +21,7 @@ open class RustPlugin : Plugin<Project> {
val abiList = (findProperty("abiList") as? String)?.split(',') ?: defaultAbiList
val defaultArchList = listOf("arm64", "arm", "x86", "x86_64");
val archList = (findProperty("archList") as? String)?.split(',') ?: listOf("arm64", "arm", "x86", "x86_64")
val archList = (findProperty("archList") as? String)?.split(',') ?: defaultArchList
val targetsList = (findProperty("targetList") as? String)?.split(',') ?: listOf("aarch64", "armv7", "i686", "x86_64")

Loading…
Cancel
Save