Skip to content

Build changes

Iñigo Martínez requested to merge inigomartinez/libgepub:build-changes into master

The changes in these patches are as follows:

  • Changed linker version script to use a regular expression instead of listing the exported functions.
  • Removed default C standard and default compiler flags. Now both must be defined by using meson options.
  • Included meson build files as extra files so while autotools is used those files will also be included.
  • Minor aesthetic changes to the meson port which improves readibility.

Merge request reports