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 dae1270..9f14a21 100644
--- a/build.py
+++ b/build.py
@@ -555,6 +555,7 @@ class GeneratedList():
self.infilelist = []
self.outfilelist = []
self.outmap = {}
+ self.extra_depends = []
def add_file(self, newfile):
self.infilelist.append(newfile)