summaryrefslogtreecommitdiff
path: root/buildstream/_project.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_project.py')
-rw-r--r--buildstream/_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_project.py b/buildstream/_project.py
index 702fd81f4..c489e9025 100644
--- a/buildstream/_project.py
+++ b/buildstream/_project.py
@@ -419,7 +419,7 @@ class Project():
parent=parent_loader,
tempdir=tempdir)
- self._project_includes = Includes(self.loader)
+ self._project_includes = Includes(self.loader, copy_tree=False)
project_conf_first_pass = _yaml.node_copy(self._project_conf)
self._project_includes.process(project_conf_first_pass, only_local=True)