aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-07-08 20:04:02 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-07-08 20:04:02 +0300
commit7e3d9518827ef33073c6cc039cf972e879592820 (patch)
tree0eb9d913f0c14e0804c6a733077980b446a9f3ac /meson.py
parentf7a28ed9c8238b7d3faed7c40117126fb9c4b51b (diff)
downloadmeson-7e3d9518827ef33073c6cc039cf972e879592820.zip
meson-7e3d9518827ef33073c6cc039cf972e879592820.tar.gz
meson-7e3d9518827ef33073c6cc039cf972e879592820.tar.bz2
Output to console and log file.
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.py b/meson.py
index 379972a..5d32f98 100755
--- a/meson.py
+++ b/meson.py
@@ -95,6 +95,7 @@ class MesonApp():
def generate(self):
env = environment.Environment(self.source_dir, self.build_dir, self.meson_script_file, options)
+ mlog.initialize(env.get_log_dir())
b = build.Build(env)
intr = interpreter.Interpreter(b)
intr.run()