diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-24 16:37:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 15:01:48 +0300 |
commit | ea24f530048cbce0c5335ca3fd3632c8ce34315a (patch) | |
tree | 3f7153cad1c3e34da5e992fe53db104512d7af71 /libbuild2/module.cxx | |
parent | d07521c67db21aa02dddf9615dce9f9f3dfe784c (diff) |
Move bin build system module to separate library
Diffstat (limited to 'libbuild2/module.cxx')
-rw-r--r-- | libbuild2/module.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/module.cxx b/libbuild2/module.cxx index 9f951c3..bb7c61d 100644 --- a/libbuild2/module.cxx +++ b/libbuild2/module.cxx @@ -38,6 +38,7 @@ namespace build2 // static const char* bundled_modules[] = { "bash", + "bin", "in", "version" }; |