From 3c3e580aead98389ecb42fdd297d78c6738aedb3 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 12 Sep 2013 00:30:21 +0300 Subject: Parse gettext command and generate rule. --- build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build.py') 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: -- cgit v1.1