Module mupdf_wrapper

Module mupdf_wrapper 

Source
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.o
  • libmupdf_wrapper.a

Functionsยง

build ๐Ÿ”’
Compiles mupdf_wrapper.c into libmupdf_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 ๐Ÿ”’