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.
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-