the Cargo BuildTool is hardwired to use cargo:
|
s"cargo build $configurationString", |
and provides no (obvious) mechanism to supplant that with cross if so desired. In general, it could be useful for all BuildTools to allow for overriding the main command entrypoint.
the
CargoBuildToolis hardwired to usecargo:sbt-jni/plugin/src/main/scala/com/github/sbt/jni/build/Cargo.scala
Line 38 in 01afcc1
and provides no (obvious) mechanism to supplant that with
crossif so desired. In general, it could be useful for allBuildTools to allow for overriding the main command entrypoint.