aboutsummaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'build.py')
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index cc4e2db..8a861ec 100644
--- a/build.py
+++ b/build.py
@@ -27,7 +27,7 @@ class Build:
def __init__(self, environment):
self.environment = environment
- self.project = None
+ self.projects = {}
self.targets = {}
self.compilers = []
self.cross_compilers = []