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 | |
parent | 97320e71862479e1dd22cc79e622acd5f89218c5 (diff) | |
download | meson-1c00375ed897b034f464e12e9748633d641a8027.zip meson-1c00375ed897b034f464e12e9748633d641a8027.tar.gz meson-1c00375ed897b034f464e12e9748633d641a8027.tar.bz2 |
python dependency: Fix typo in placeholder string
-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 5c04c62..478df6a 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', |