diff options
Diffstat (limited to 'mesonbuild/envconfig.py')
-rw-r--r-- | mesonbuild/envconfig.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py index 716ee91..1adb08d 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py @@ -350,7 +350,7 @@ This is probably wrong, it should always point to the native compiler.''' % evar First tries looking in explicit map, then tries environment variable. """ - # Try explict map, don't fall back on env var + # Try explicit map, don't fall back on env var command = self.binaries.get(name) if command is not None: command = mesonlib.stringlistify(command) |