William Cox

Results 3 issues of William Cox

Looks like #16 regressed. The current version (0.001006) writes a pid file in fork==1 mode when the documentation says it should not.

i have a project which i'd like to provide a pre-built library into `unmanagedNativeDirectories` so i would like to simply `enablePlugins(JniPackage)` without worrying about a local compilation. However, i get...

question

the `Cargo` `BuildTool` is hardwired to use `cargo`: https://github.com/sbt/sbt-jni/blob/01afcc1548d80369a557942580046ed4d9e0b0a5/plugin/src/main/scala/com/github/sbt/jni/build/Cargo.scala#L38 and provides no (obvious) mechanism to supplant that with `cross` if so desired. In general, it could be useful for all...

enhancement