summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/scripts')
-rwxr-xr-xmesonbuild/scripts/env2mfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/scripts/env2mfile.py b/mesonbuild/scripts/env2mfile.py
index bc0101e26..c6f22ae76 100755
--- a/mesonbuild/scripts/env2mfile.py
+++ b/mesonbuild/scripts/env2mfile.py
@@ -330,7 +330,7 @@ def detect_cross_system(infos: MachineInfo, options: T.Any) -> None:
def detect_cross_env(options: T.Any) -> MachineInfo:
if options.debarch:
- print('Detecting cross environment via dpkg-reconfigure.')
+ print('Detecting cross environment via dpkg-architecture.')
infos = detect_cross_debianlike(options)
else:
print('Detecting cross environment via environment variables.')