This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository edi.
View the commit online.
commit 154fd8a9c6ea2a33c826eba7d3f0ea1fa122995d
Author: Alastair Poole <[email protected]>
AuthorDate: Mon May 11 20:53:27 2026 +0100
build: update for modern meson setup arguments.
---
src/lib/edi_build_provider_meson.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/edi_build_provider_meson.c b/src/lib/edi_build_provider_meson.c
index fc4bdf3..9691636 100644
--- a/src/lib/edi_build_provider_meson.c
+++ b/src/lib/edi_build_provider_meson.c
@@ -109,7 +109,7 @@ _meson_prepare(Meson_Data *md)
if (_meson_configured_check(md->fulldir)) return EINA_TRUE;
if (chdir(md->basedir) != 0) return EINA_FALSE;
- cmd = eina_slstr_printf("meson %s && %s", md->builddir, _meson_ninja_cmd(md, ""));
+ cmd = eina_slstr_printf("meson setup %s && %s", md->builddir, _meson_ninja_cmd(md, ""));
edi_exe_notify("edi_build", cmd);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.