diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-04 18:28:58 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 22:49:22 +0300 |
commit | 4c224c4e06a72ff6eef8eeaf079b1f0ede1bed67 (patch) | |
tree | 0ddfb3c929308fc715659b7400a675f7d07d9e2a | |
parent | b85665d5223717c6d85d10f0360738001a0fc3d8 (diff) |
Add 'builds: all' value to manifest
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ doc-url: https://www.codesynthesis.com/projects/libstudxml/doc/intro.xhtml src-url: https://git.codesynthesis.com/cgit/libstudxml/libstudxml/ email: studxml-users@codesynthesis.com ; Mailing list build-email: builds@codesynthesis.com -#builds: all +builds: all requires: c++11 -depends: * build2 >= 0.8.0- -depends: * bpkg >= 0.8.0- +depends: * build2 >= 0.9.0 +depends: * bpkg >= 0.9.0 |