aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-12-09 20:39:53 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2013-12-09 20:39:53 +0200
commite21e7091e73694ded98d8230604f264b11fcba47 (patch)
tree8a328630ba9805e0d53c5a3536f28b4dfba4b887 /build.py
parent11c812769af05126732d65bf6bf6da97afd42b1c (diff)
downloadmeson-e21e7091e73694ded98d8230604f264b11fcba47.zip
meson-e21e7091e73694ded98d8230604f264b11fcba47.tar.gz
meson-e21e7091e73694ded98d8230604f264b11fcba47.tar.bz2
Track dependencies of subproject option files.
Diffstat (limited to 'build.py')
-rw-r--r--build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.py b/build.py
index d4a033d..67be9f4 100644
--- a/build.py
+++ b/build.py
@@ -40,6 +40,7 @@ class Build:
self.static_cross_linker = None
self.configure_files = []
self.pot = []
+ self.subprojects = {}
def add_compiler(self, compiler):
if len(self.compilers) == 0: