diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2014-06-02 01:18:58 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2014-06-02 01:18:58 +0300 |
commit | ac871dd6e273fb82757a45b201895b2cbf69e6c3 (patch) | |
tree | 136162dd05e6eb1ed89a68cb83ce59e319f9129a | |
parent | 18cee0fca2430450fd3b890bde7dd52f53b74eaa (diff) | |
download | meson-ac871dd6e273fb82757a45b201895b2cbf69e6c3.zip meson-ac871dd6e273fb82757a45b201895b2cbf69e6c3.tar.gz meson-ac871dd6e273fb82757a45b201895b2cbf69e6c3.tar.bz2 |
OCD
-rwxr-xr-x | meson.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ itself as required.''' env = environment.Environment(self.source_dir, self.build_dir, self.meson_script_file, options) mlog.initialize(env.get_log_dir()) mlog.log(mlog.bold('The Meson build system')) - mlog.log(' version:', coredata.version) + mlog.log('Version:', coredata.version) mlog.log('Source dir:', mlog.bold(app.source_dir)) mlog.log('Build dir:', mlog.bold(app.build_dir)) if env.is_cross_build(): |