diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-10 12:02:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-02-10 12:02:47 +0200 |
commit | 3e8ab07d25da1310db86cfca7e18eb0ad1987c8d (patch) | |
tree | 17367f65947ac2ba7fc121f4f24fb0f23a3bd08c /manifest | |
parent | e9618132afa2b43e9ff71c1d0a46f4d962db8352 (diff) |
Make buildable on *BSD
Diffstat (limited to 'manifest')
-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: host : &linux ; Currently only supported on Linux. +builds: host : &( +linux +freebsd ); Currently only supported on Linux and BSD. requires: c++14 depends: * build2 >= 0.15.0- depends: * bpkg >= 0.15.0- |