diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-20 08:27:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-20 08:27:30 +0200 |
commit | a88198b4b19d68e2ab45604dad9c8b3c40470cbd (patch) | |
tree | 85e92df57a534668cb8e396d280bc5de85a0a021 | |
parent | fc18a6dc1fcb02b505f07914e484cebbaf268698 (diff) |
Type install.mode variable
-rw-r--r-- | build2/install/module.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/install/module.cxx b/build2/install/module.cxx index ddc6640..1ebbb17 100644 --- a/build2/install/module.cxx +++ b/build2/install/module.cxx @@ -141,7 +141,8 @@ namespace build2 // Note: not overridable. // - v.insert<dir_path> ("install"); // Flag. + v.insert<dir_path> ("install"); + v.insert<string> ("install.mode"); } // Register our alias and file installer rule. |