aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-05-03 15:06:04 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-05-03 15:06:04 +0300
commit4428d9754213af0ad640d3088292814238965f82 (patch)
treeded9a9bd95a3162e314532572c4dbf87b0afd949
parentc78f8c994588c37c65413ef69e1f0e210bff20a4 (diff)
downloadmeson-4428d9754213af0ad640d3088292814238965f82.zip
meson-4428d9754213af0ad640d3088292814238965f82.tar.gz
meson-4428d9754213af0ad640d3088292814238965f82.tar.bz2
Fixed gui app.
-rw-r--r--build.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.py b/build.py
index 16af356..9f4fa95 100644
--- a/build.py
+++ b/build.py
@@ -803,6 +803,9 @@ class RunTarget:
def get_generated_sources(self):
return []
+ def get_sources(self):
+ return []
+
def get_subdir(self):
return self.subdir