diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-13 19:55:09 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-13 19:55:09 +0200 |
commit | 1ac00031f9c16e197b8fcab3dafc07d63c9bdb67 (patch) | |
tree | af8e18737daedf63988c2d8f06192807eaaee017 /build.py | |
parent | 96839e58938a5c43cf742785378ea9a20e6390ec (diff) | |
download | meson-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |