Lyra icon indicating copy to clipboard operation
Lyra copied to clipboard

Rewrite meson.build

Open wrvsrx opened this issue 1 year ago • 3 comments

This rewriting make three changes:

  1. This project compiled by meson used to produce an empty .a file. This should not happen since lyra is pure header library.
  2. Now meson can correctly install these header files.
  3. Now lyra.pc file is automatically created by meson.

wrvsrx avatar Aug 12 '23 16:08 wrvsrx

  1. Sorry for my negligence, I'll change this PR to use the B2 build file for generating meson.build.
  2. I use two meson.build files to use meson's preseve_path feature, since it can simplify some logics. I can use only single file if you don't want that.

wrvsrx avatar Aug 18 '23 06:08 wrvsrx

I make changes to data/build.jam and regenerate meson.build.

wrvsrx avatar Oct 23 '23 07:10 wrvsrx

It seems the mingw-related errors in the test have nothing to do with this PR.

wrvsrx avatar Oct 23 '23 07:10 wrvsrx