aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/environment.py')
-rw-r--r--mesonbuild/environment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py
index e638f31..1ccdf98 100644
--- a/mesonbuild/environment.py
+++ b/mesonbuild/environment.py
@@ -411,8 +411,8 @@ class Environment:
# target machine.)
machines = PerThreeMachineDefaultable()
- # Similar to coredata.compilers and build.compilers, but lower level in
- # that there is no meta data, only names/paths.
+ # Similar to coredata.compilers, but lower level in that there is no
+ # meta data, only names/paths.
binaries = PerMachineDefaultable()
# Misc other properties about each machine.