
24 Jul
2024
24 Jul
'24
7:19 a.m.
On 7/24/24 10:56, John Levon wrote:
The current "building from git" test uses "test -d .git"; however, that doesn't work when libvirt is used as a submodule, as in that case .git is a normal file. Use "test -e .git" instead.
Signed-off-by: John Levon <john.levon@nutanix.com> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal