aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/meson_home.md
blob: 2d656fc1e28b07e522fa56ee1d9254f4a5e6621a (plain)
1
2
3
4
5
6
7
## New environment variable `MESON_PACKAGE_CACHE_DIR`

If the `MESON_PACKAGE_CACHE_DIR` environment variable is set, it is used instead of the
project's `subprojects/packagecache`. This allows sharing the cache across multiple
projects. In addition it can contain an already extracted source tree as long as it
has the same directory name as the `directory` field in the wrap file. In that
case, the directory will be copied into `subprojects/` before applying patches.