aboutsummaryrefslogtreecommitdiff
path: root/meson.py
diff options
context:
space:
mode:
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.py b/meson.py
index a53ebd6..d2931b6 100755
--- a/meson.py
+++ b/meson.py
@@ -81,7 +81,7 @@ class MesonApp():
raise RuntimeError('--prefix must be an absolute path.')
self.meson_script_file = script_file
self.options = options
-
+
def has_build_file(self, dirname):
fname = os.path.join(dirname, environment.build_filename)
return os.path.exists(fname)