open class Triple : RusticConfigurableBase, ITriple
<init> |
Triple() |
ar |
Same but for the library archiver which is passed to rustc via open var ar: String? |
linker |
This is the linker which is passed to rustc (via open var linker: String? |
runner |
If a runner is provided, compiled targets for the open var runner: String? |
rustFlags |
custom flags to pass to all compiler invocations that target $triple this value overrides build.rustflags when both are present open var rustFlags: Iterable<String?>? |
ar |
open fun ar(value: String?): Unit |
linker |
open fun linker(value: String?): Unit |
runner |
open fun runner(value: String?): Unit |
rustFlags |
open fun rustFlags(value: Iterable<String?>?): Unit |