meson.build: Minor doc fix.

This commit is contained in:
Werner Lemberg 2021-07-05 05:44:13 +02:00
parent 89c60eca67
commit 50d0033f7e
1 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,9 @@ project('freetype2', 'c',
)
# Apparently meson doesn't provide a `read_file` function, so instead
# running an external command is required.
# Only meson >= 0.57 can read a file and assign its contents to a
# variable; we thus use an external command to have this functionality
# with older versions, too.
python = import('python')
python_exe = python.find_installation(required: true)