meson: Fix typo in comment about python shebang

This commit is contained in:
Nirbheek Chauhan 2025-02-11 21:37:49 +05:30
parent 589c8295ea
commit 8d07ae7ef1

View File

@ -2490,7 +2490,7 @@ python = import('python').find_installation()
# Sets the shebang on script files. This has been changed many times including
# using env, the absolute path to the Python executable, and using both python
# and python3 names. Please review the history here, prior to suggesting
# further changes: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/439
# further changes: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4391
python_shebang = '/usr/bin/env python3'
python_version = python.language_version()