Support caches on ios_arm64
This commit is contained in:
committed by
Stanislav Erokhin
parent
4cf4754736
commit
9c082775e6
+3
@@ -38,6 +38,9 @@ interface Configurables : TargetableExternalStorage {
|
||||
val llvmVersion get() = hostString("llvmVersion")
|
||||
val libffiDir get() = hostString("libffiDir")
|
||||
|
||||
val cacheableTargets get() = hostList("cacheableTargets")
|
||||
val additionalCacheFlags get() = targetList("additionalCacheFlags")
|
||||
|
||||
// TODO: Delegate to a map?
|
||||
val linkerOptimizationFlags get() = targetList("linkerOptimizationFlags")
|
||||
val linkerKonanFlags get() = targetList("linkerKonanFlags")
|
||||
|
||||
Reference in New Issue
Block a user