https://github.com/emmanuelp/meson_issue
https://github.com/emmanuelp/meson_issue
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuelp/meson_issue
- Owner: EmmanuelP
- Created: 2021-02-12T09:02:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T09:34:52.000Z (over 5 years ago)
- Last Synced: 2025-02-21T17:17:53.414Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.