aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-03-13 19:55:09 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2015-03-13 19:55:09 +0200
commit1ac00031f9c16e197b8fcab3dafc07d63c9bdb67 (patch)
treeaf8e18737daedf63988c2d8f06192807eaaee017 /build.py
parent96839e58938a5c43cf742785378ea9a20e6390ec (diff)
downloadmeson-1ac00031f9c16e197b8fcab3dafc07d63c9bdb67.zip
meson-1ac00031f9c16e197b8fcab3dafc07d63c9bdb67.tar.gz
meson-1ac00031f9c16e197b8fcab3dafc07d63c9bdb67.tar.bz2
Persist modules so they are imported only once for the lifetime of a build directory.
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 4072102..85f6edf 100644
--- a/build.py
+++ b/build.py
@@ -74,7 +74,6 @@ class Build:
self.pkgconfig_gens = []
self.install_script = None
self.install_dirs = []
- self.modules = {}
def has_language(self, language):
for i in self.compilers: