meson: let inspect return code or run_command()

master
Boris Faure 1 month ago
parent 278e287115
commit 60c2de3f8c
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
  1. 2
      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'

Loading…
Cancel
Save