aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-03-27 23:41:28 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-03-27 23:41:28 +0200
commit2e93295c2e2ed52abd036687d8a6a947b94f213a (patch)
tree6b4d5394c16c7ea52e438a08a94a6d08d1851291 /build.py
parent00ecf811e67d7ed5372fbddbf19366b6ee61d10b (diff)
downloadmeson-2e93295c2e2ed52abd036687d8a6a947b94f213a.zip
meson-2e93295c2e2ed52abd036687d8a6a947b94f213a.tar.gz
meson-2e93295c2e2ed52abd036687d8a6a947b94f213a.tar.bz2
Generate configure files immediately when they are declared. Closes #88.
Diffstat (limited to 'build.py')
-rw-r--r--build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.py b/build.py
index fff3d11..89103d5 100644
--- a/build.py
+++ b/build.py
@@ -68,7 +68,6 @@ class Build:
self.data = []
self.static_linker = None
self.static_cross_linker = None
- self.configure_files = []
self.pot = []
self.subprojects = {}
self.pkgconfig_gens = []