aboutsummaryrefslogtreecommitdiff
path: root/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'environment.py')
-rwxr-xr-xenvironment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.py b/environment.py
index 4031d32..1dda393 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):