This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit 60c2de3f8ca9c3c589f4e078a18562544c5f6597
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Mon Aug 14 15:10:53 2023 +0200

    meson: let inspect return code or run_command()
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2b9f8c5..1915335 100644
--- a/meson.build
+++ b/meson.build
@@ -116,7 +116,7 @@ if edje_cc == ''
   edje_cc = edje_cc_path
 endif
 
-res = run_command(edje_cc, meson.current_source_dir() + '/data/test_offscale.edc')
+res = run_command(edje_cc, meson.current_source_dir() + '/data/test_offscale.edc', check: false)
 if res.returncode() == 0
   message('edje_cc has support for offscale')
   edje_offscale='-DHAS_OFFSCALE=1'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to