env2mfile: Fix a typo

Debian cross architectures are detected via dpkg-architecture, not via
dpkg-reconfigure.

Signed-off-by: Simon McVittie <smcv@debian.org>
pull/13576/merge
Simon McVittie 2 months ago committed by Jussi Pakkanen
parent 1aac6cc1ec
commit c359752099
  1. 2
      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.')

Loading…
Cancel
Save