diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-04 18:06:20 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-04 18:07:21 +0300 |
commit | d05ee18d8d3a13f7f22529985db7ad67a4bc8473 (patch) | |
tree | 84513a360884b1fb176996e40d447001e870c82a /manifest | |
parent | ad914feade76ed8ed26582e0581a3c4a7545f154 (diff) |
Replace build-include/exclude with builds values in manifest
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -12,9 +12,7 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/openssl-agent/tree/ email: users@build2.org build-email: builds@build2.org -#builds: linux ; Currently only supported on Linux. -build-include: linux** -build-exclude: ** ; Currently only supported on Linux. +builds: linux ; Currently only supported on Linux. requires: c++14 depends: * build2 >= 0.9.0 depends: * bpkg >= 0.9.0 |