--- meson.build 2026-06-28 19:00:16.000000000 +0800 +++ meson.build 2026-07-16 14:37:20.000000000 +0800 @@ -48,7 +48,7 @@ is_os_cocoa = host_machine.system() == 'darwin' # Use the Python installation that Meson uses. Its version is >= 3.7. -python3 = import('python').find_installation() +python3 = import('python').find_installation('@@PYTHON@@') # Do we build from a git repository? # Suppose we do if and only if the meson.build file is tracked by git.