env2mfile: Fix a typo
Debian cross architectures are detected via dpkg-architecture, not via dpkg-reconfigure. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
1aac6cc1ec
commit
c359752099
|
@ -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…
Reference in New Issue