diff options
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 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', |