Starting from 8fc4244187
, tests
failed on my system (python 3.6 arch) because
shutil.which('meson.py') returns 'meson.py', not './meson.py'.
Refactor that codepath by using os.path.isabs instead of
"m_dir == '.'", also remove the adjacent comment because
it doesn't make much sense.
pull/3198/head
parent
e98ae58d0e
commit
9f7bdedc94
1 changed files with 4 additions and 5 deletions
Loading…
Reference in new issue