summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-04 17:31:16 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-10-10 19:29:58 +0900
commit337b8cd42d22e0fd63519388428426747d6e497d (patch)
treec4b31b904db0e2bfe3c3ce20e5c5687762c70a85
parent9fcdb999ced0cfd05b7726ff0e902d9fa4e38340 (diff)
downloadbuildstream-337b8cd42d22e0fd63519388428426747d6e497d.tar.gz
_pipeline.py: Pass the project options to the loader
-rw-r--r--buildstream/_pipeline.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/_pipeline.py b/buildstream/_pipeline.py
index 32c00cf60..ba105d8ff 100644
--- a/buildstream/_pipeline.py
+++ b/buildstream/_pipeline.py
@@ -137,6 +137,7 @@ class Pipeline():
self.unused_workspaces = []
loader = Loader(self.project.element_path, target,
+ self.project._options,
context.host_arch, context.target_arch)
meta_element = loader.load(rewritable, load_ticker)
if load_ticker: