We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ec07e commit 03ffb5bCopy full SHA for 03ffb5b
mesonbuild/mesonmain.py
@@ -257,7 +257,7 @@ def run(original_args: T.List[str], mainfile: str) -> int:
257
# https://github.com/mesonbuild/meson/issues/3653
258
if sys.platform == 'cygwin' and os.environ.get('MSYSTEM', '') not in ['MSYS', '']:
259
mlog.error('This python3 seems to be msys/python on MSYS2 Windows, but you are in a MinGW environment')
260
- mlog.error('Please install and use mingw-w64-x86_64-python3 and/or mingw-w64-x86_64-meson with Pacman')
+ mlog.error('Please install it via https://packages.msys2.org/base/mingw-w64-python')
261
return 2
262
263
args = original_args[:]
0 commit comments