From f6937e99ebd03a9f25ad1e5222bea060e7bfb48e Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 9 Dec 2013 02:43:28 +0200 Subject: Some basic work on subprojects. --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.py') 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 = [] -- cgit v1.1