diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 01:27:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 01:27:43 +0300 |
commit | 7f39fc50fa48c1f892ac9c6c3f8c6a1e7a231619 (patch) | |
tree | ef0adbe88a7495a912712abda1df38cf0ef3b2fb | |
parent | 8faf30e5a01571079bf2c010f1ce99b2caf1c4fd (diff) |
Add commented out builds value to manifest
-rw-r--r-- | hello0/manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hello0/manifest b/hello0/manifest index b59ff91..25bd5f7 100644 --- a/hello0/manifest +++ b/hello0/manifest @@ -8,6 +8,7 @@ url: http://example.org/hello0 src-url: https://git.build2.org/cgit/hello/hello0/tree/hello0 email: hello0@example.org build-email: builds@build2.org +#builds: all requires: c++11 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- |