aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.py b/meson.py
index 378590a..0ea4cea 100755
--- a/meson.py
+++ b/meson.py
@@ -98,8 +98,8 @@ class MesonApp():
mlog.initialize(env.get_log_dir())
mlog.log(mlog.bold('The Meson build system'))
mlog.log(' version:', coredata.version)
- mlog.log('Source dir:', mlog.cyan(app.source_dir))
- mlog.log('Build dir:', mlog.cyan(app.build_dir))
+ mlog.log('Source dir:', mlog.bold(app.source_dir))
+ mlog.log('Build dir:', mlog.bold(app.build_dir))
b = build.Build(env)
intr = interpreter.Interpreter(b)
intr.run()