aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
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: