diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-01 22:37:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-01 23:15:02 +0300 |
commit | 740384b6c7e8f463681bfa5dee604bde21bf084a (patch) | |
tree | 05672d7b7101154b93bfa78044a4234faad64604 | |
parent | 49531f69ed251f0caf030e19afbf6a0fd1868aa6 (diff) |
Add commented out builds value to manifest
-rw-r--r-- | manifest | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,7 @@ name: libbutl version: 0.9.0-a.0.z project: build2 summary: build2 utility library -license: MIT, BSD-3, BSD-2; MIT except for 5 files from the FreeBSD project. +license: MIT, BSD-3, BSD-2 ; MIT except for 5 files from the FreeBSD project. tags: utility, library description-file: README changes-file: NEWS @@ -12,6 +12,7 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/libbutl/tree/ email: users@build2.org build-email: builds@build2.org +#builds: all requires: c++14 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- |