aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/mesonmain.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-06-04 00:25:06 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2018-06-03 18:59:24 +0000
commit8e8d3231ad99496146bf011b1b6ce269a9461130 (patch)
treeb19b2263e7b6c75d26f9c6383550e38c7a36378c /mesonbuild/mesonmain.py
parent0b9162c08d68347b4707082250f1a7a13ecb0bc3 (diff)
downloadmeson-8e8d3231ad99496146bf011b1b6ce269a9461130.zip
meson-8e8d3231ad99496146bf011b1b6ce269a9461130.tar.gz
meson-8e8d3231ad99496146bf011b1b6ce269a9461130.tar.bz2
Link to our Getting-meson page instead of python.org [skip ci]
Diffstat (limited to 'mesonbuild/mesonmain.py')
-rw-r--r--mesonbuild/mesonmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py
index 67d5a6c..f7a57d8 100644
--- a/mesonbuild/mesonmain.py
+++ b/mesonbuild/mesonmain.py
@@ -295,7 +295,7 @@ def run(original_args, mainfile):
if msys2_arch:
mlog.error('Please install and use mingw-w64-i686-python3 and/or mingw-w64-x86_64-python3 with Pacman')
else:
- mlog.error('Please download and use Python from www.python.org')
+ mlog.error('Please download and use Python as detailed at: https://mesonbuild.com/Getting-meson.html')
return 2
# Set the meson command that will be used to run scripts and so on
set_meson_command(mainfile)