Re: [PATCH] scripts/meson-dist.py: Git builddir from env too

2024-05-02 Thread Ján Tomko
In the commit summary: s/Git/Get/ On a Monday in 2024, Michal Privoznik wrote: When meson runs a dist script it set both MESON_BUILD_ROOT and *sets MESON_DIST_ROOT envvars [1]. But for some reason, we took the former as an argument and obtained the latter via env. Well, obtain both via env.

[PATCH] scripts/meson-dist.py: Git builddir from env too

2024-04-29 Thread Michal Privoznik
When meson runs a dist script it set both MESON_BUILD_ROOT and MESON_DIST_ROOT envvars [1]. But for some reason, we took the former as an argument and obtained the latter via env. Well, obtain both via env. 1: https://mesonbuild.com/Reference-manual_builtin_meson.html#mesonadd_dist_script Signed-