aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/install/utility.cxx')
-rw-r--r--libbuild2/install/utility.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/install/utility.cxx b/libbuild2/install/utility.cxx
index 12215f8..17b1365 100644
--- a/libbuild2/install/utility.cxx
+++ b/libbuild2/install/utility.cxx
@@ -18,6 +18,8 @@ namespace build2
{
if (*s == "project")
return &t.root_scope ();
+ else if (*s == "bundle")
+ return &t.bundle_scope ();
else if (*s == "strong")
return &t.strong_scope ();
else if (*s == "weak")