diff options
| author | Daniele Nicolodi <daniele@grinta.net> | 2023-02-22 23:43:08 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-02-27 07:03:30 -0500 |
| commit | 1c00375ed897b034f464e12e9748633d641a8027 (patch) | |
| tree | 4804adece2dd341c5189fc019e5d277a6e7a591d /mesonbuild/dependencies/python.py | |
| parent | 97320e71862479e1dd22cc79e622acd5f89218c5 (diff) | |
| download | meson-1c00375ed897b034f464e12e9748633d641a8027.tar.gz | |
python dependency: Fix typo in placeholder string
Diffstat (limited to 'mesonbuild/dependencies/python.py')
| -rw-r--r-- | mesonbuild/dependencies/python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/python.py b/mesonbuild/dependencies/python.py index 5c04c620c..478df6ac4 100644 --- a/mesonbuild/dependencies/python.py +++ b/mesonbuild/dependencies/python.py @@ -70,7 +70,7 @@ class BasicPythonExternalProgram(ExternalProgram): 'link_libpython': False, 'sysconfig_paths': {}, 'paths': {}, - 'platform': 'sentinal', + 'platform': 'sentinel', 'suffix': 'sentinel', 'variables': {}, 'version': '0.0', |
