diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-12-09 20:39:53 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-12-09 20:39:53 +0200 |
commit | e21e7091e73694ded98d8230604f264b11fcba47 (patch) | |
tree | 8a328630ba9805e0d53c5a3536f28b4dfba4b887 /build.py | |
parent | 11c812769af05126732d65bf6bf6da97afd42b1c (diff) | |
download | meson-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |