Expand description
MuPDF wrapper C library compilation helpers.
Compiles mupdf_wrapper.c into a static library using the C compiler
directly.
ยงOutput
The compiled object and static library are placed in
target/mupdf_wrapper/<target_os>/:
mupdf_wrapper.olibmupdf_wrapper.a
Functionsยง
- build ๐
- Compiles
mupdf_wrapper.cintolibmupdf_wrapper.a. - build_
kobo - Compiles the mupdf_wrapper C library for the Kobo ARM target.
- build_
native_ if_ needed - Compiles the mupdf_wrapper C library for the native platform only if the output artifact does not already exist.
- native_
lib_ ๐path - native_
target_ ๐os