debug cygwin CI

pull/11162/head
Eli Schwartz 2 years ago committed by Jussi Pakkanen
parent 255f335d8e
commit 79d7891746
  1. 1
      mesonbuild/environment.py

@ -289,6 +289,7 @@ def detect_cpu_family(compilers: CompilersDict) -> str:
trial = platform.processor().lower()
else:
trial = platform.machine().lower()
mlog.debug(f'detecting CPU family based on trial={trial!r}')
if trial.startswith('i') and trial.endswith('86'):
trial = 'x86'
elif trial == 'bepc':

Loading…
Cancel
Save