pub fn build_kobo(root: &Path) -> Result<()>Expand description
Compiles the mupdf_wrapper C library for the Kobo ARM target.
Uses the Linaro cross-compiler (arm-linux-gnueabihf-gcc) and
arm-linux-gnueabihf-ar.
ยงErrors
Returns an error if compilation or archiving fails.