aboutsummaryrefslogtreecommitdiff
path: root/interpreter.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2015-04-09 00:46:33 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2015-04-09 00:46:33 +0300
commitdfee5e5200efcfbc7f84287f46022d2cd63a15b9 (patch)
treeafca1963ea656434bcf16af89d8881b169898c32 /interpreter.py
parent4952d2628e4e9fa8c512678b585821f09d0baba6 (diff)
downloadmeson-dfee5e5200efcfbc7f84287f46022d2cd63a15b9.zip
meson-dfee5e5200efcfbc7f84287f46022d2cd63a15b9.tar.gz
meson-dfee5e5200efcfbc7f84287f46022d2cd63a15b9.tar.bz2
Fix subproject again.
Diffstat (limited to 'interpreter.py')
-rw-r--r--interpreter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/interpreter.py b/interpreter.py
index d140c19..75df340 100644
--- a/interpreter.py
+++ b/interpreter.py
@@ -1032,6 +1032,7 @@ class Interpreter():
self.global_args_frozen = True
mlog.log('\nExecuting subproject ', mlog.bold(dirname), '.\n', sep='')
subi = Interpreter(self.build, dirname, subdir)
+ subi.subprojects = self.subprojects
subi.subproject_stack = self.subproject_stack + [dirname]
subi.run()