build_native_if_needed

Function build_native_if_needed 

Source
pub fn build_native_if_needed(root: &Path) -> Result<()>
Expand description

Compiles the mupdf_wrapper C library for the native platform only if the output artifact does not already exist.

ยงErrors

Returns an error if compilation or archiving fails.