An open API service indexing awesome lists of open source software.

https://github.com/emmanuelp/meson_issue


https://github.com/emmanuelp/meson_issue

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

A possible issue in meson.

- 3 projects, each installed in their own prefix.
- project_b library uses privately project_a library
- project_c executable uses project_b library

-> project_c executables compilations, can't find project_a library

Use build.sh to automatically build the 3 projects, with the right PKG_CONFIG_PATH.