diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-17 21:11:50 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-02-17 21:11:50 +0200 |
| commit | 9418ece26a83c3c9925ace74eef20b3c19058bbb (patch) | |
| tree | e4e48f4808d36a78dfda5930b2dddc1e8198daec /environment.py | |
| parent | baaa9882910d88cc5d5b550169de7e9a99b536cc (diff) | |
| download | meson-9418ece26a83c3c9925ace74eef20b3c19058bbb.tar.gz | |
Renamed system from builder to Meson.
Diffstat (limited to 'environment.py')
| -rwxr-xr-x | environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.py b/environment.py index 4031d32ab..1dda39319 100755 --- a/environment.py +++ b/environment.py @@ -16,7 +16,7 @@ import subprocess, os.path -builder_filename = 'builder.txt' +builder_filename = 'meson.build' class EnvironmentException(Exception): def __init(self, *args, **kwargs): |
