diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-20 09:25:50 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-20 09:25:50 +0200 |
commit | aec6628e8c1f0ebdb87767cbf804b01504d82459 (patch) | |
tree | 5d761b889e7c3ae9043112f777142612b14fd4b2 /libbuild2/install | |
parent | bbf670d03ee587b0794f77a39db801bad6459ca5 (diff) |
Generalize config::specified_config()
Diffstat (limited to 'libbuild2/install')
-rw-r--r-- | libbuild2/install/init.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/install/init.cxx b/libbuild2/install/init.cxx index 3df912f..19c57d4 100644 --- a/libbuild2/install/init.cxx +++ b/libbuild2/install/init.cxx @@ -427,7 +427,7 @@ namespace build2 // Note: ignore config.install.{scope,manifest} (see below). // - bool s (specified_config (rs, "install", {"scope", "manifest"})); + bool s (specified_config (rs, "config.install", {"scope", "manifest"})); // Adjust module priority so that the (numerous) config.install.* // values are saved at the end of config.build. |