diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-27 17:55:17 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-07-27 17:55:17 +0300 |
| commit | e8fba977f4d23b268a649769d16cea9fc3b7cc01 (patch) | |
| tree | ff334eff4e9fe06948c89ba9cedc0d371b2abf23 /meson.py | |
| parent | 6b5c4b0a6911b1b585948f641bf3b397043c31b4 (diff) | |
| download | meson-e8fba977f4d23b268a649769d16cea9fc3b7cc01.tar.gz | |
Some sort of elif implementation.
Diffstat (limited to 'meson.py')
| -rwxr-xr-x | meson.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -129,6 +129,7 @@ if __name__ == '__main__': else: this_file = resolved app = MesonApp(dir1, dir2, this_file, options) + app.generate() try: app.generate() except Exception as e: |
