aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-09-12 00:30:21 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-09-12 00:30:21 +0300
commit3c3e580aead98389ecb42fdd297d78c6738aedb3 (patch)
tree2107781cec11657d4d7c2f335f51422ca0b24797 /build.py
parent7006c6aa2c77927ed693e1443c458b29bb197683 (diff)
downloadmeson-3c3e580aead98389ecb42fdd297d78c6738aedb3.zip
meson-3c3e580aead98389ecb42fdd297d78c6738aedb3.tar.gz
meson-3c3e580aead98389ecb42fdd297d78c6738aedb3.tar.bz2
Parse gettext command and generate rule.
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 17d912b..3e9ce42 100644
--- a/build.py
+++ b/build.py
@@ -31,6 +31,7 @@ class Build:
self.static_linker = None
self.static_cross_linker = None
self.configure_files = []
+ self.pot = []
def add_compiler(self, compiler):
if len(self.compilers) == 0: