diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-08 20:04:02 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-08 20:04:02 +0300 |
| commit | 7e3d9518827ef33073c6cc039cf972e879592820 (patch) | |
| tree | 0eb9d913f0c14e0804c6a733077980b446a9f3ac /meson.py | |
| parent | f7a28ed9c8238b7d3faed7c40117126fb9c4b51b (diff) | |
| download | meson-7e3d9518827ef33073c6cc039cf972e879592820.tar.gz | |
Output to console and log file.
Diffstat (limited to 'meson.py')
| -rwxr-xr-x | meson.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() |
