diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 11:38:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 11:38:29 +0300 |
commit | bdb0033d74e27ffe3d67a727607efef5960fa8e4 (patch) | |
tree | fc138432550469d8ae53dc61d2c6d4cfb26e7d45 | |
parent | 5bd260db5c07728b0127cc5646777dee1def83af (diff) |
Add 'builds: all' value to manifest
-rw-r--r-- | manifest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/build2/tree/ email: users@build2.org build-email: builds@build2.org -#builds: all +builds: all requires: c++14 depends: * build2 >= 0.9.0 depends: * bpkg >= 0.9.0 |