diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:38:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:38:45 +0200 |
commit | 22104d1411e4a2cfe1e082977b9bf19e793d9a18 (patch) | |
tree | 5e0e383f08ccb156fed13978c128163ccc0d9683 | |
parent | 9f412e995b898b6d75f343212f6a4b3ba399d9f5 (diff) |
Change manifest builds value from all to host
-rw-r--r-- | manifest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/openssl-agent/tree/ email: users@build2.org build-warning-email: builds@build2.org -builds: linux ; Currently only supported on Linux. +builds: host : &linux ; Currently only supported on Linux. requires: c++14 depends: * build2 >= 0.13.0 depends: * bpkg >= 0.13.0 |