diff options
Diffstat (limited to 'buildstream/project.py')
-rw-r--r-- | buildstream/project.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/buildstream/project.py b/buildstream/project.py index 7a9f43d3d..a1e111e52 100644 --- a/buildstream/project.py +++ b/buildstream/project.py @@ -163,7 +163,8 @@ class Project(): 'element-path', 'variables', 'environment', 'environment-nocache', 'split-rules', 'elements', 'plugins', - 'aliases', 'name' + 'aliases', 'name', + 'arches', 'host-arches', ]) # Resolve arches keyword, project may have arch conditionals |