summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-12-13 23:33:03 -0500
committerWerner Lemberg <wl@gnu.org>2021-12-17 10:45:29 +0100
commit57fd61805fcd13acfd59031fb1211cbfcbb81f51 (patch)
tree0005c8fed17e77c2f67360aeb644ec960e780bcd /configure
parente342f83c0bc1b6de5f05d2b7f2b1c29a1b98eb96 (diff)
downloadfreetype2-57fd61805fcd13acfd59031fb1211cbfcbb81f51.tar.gz
* builds/meson/*.py: Fix name of python executable for auxiliary scripts.
The previous change to check the return code of `run_command` invocations caused the CI to fail. Although most scripts used `python_exe` as the program command, the script to determine the project version did not. But, all scripts used `python` as the shebang, and this is not available on all systems. Particularly Debian does not provide a `python` command, though `python3` does exist. This meant that formerly the version number was lacking, and now the build simply fails. Instead, rely on `python3` since it is guaranteed to exist when running meson, and `python2` is end of life anyway.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions