aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-28 09:34:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-28 09:34:21 +0200
commitbe5cc3edc870bd04f8162634addb6de613f8b516 (patch)
treeda76d6392c4540c85036fb1b7e0dc6562dfd99ed
parentb7137abf97d233663885cc7666577cb75ae27c3b (diff)
Replace builds:host with requires:host in manifest
-rw-r--r--manifest3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest b/manifest
index f8fc53b..63c410d 100644
--- a/manifest
+++ b/manifest
@@ -12,11 +12,12 @@ doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
-builds: host
+builds: default
builds: -( +windows -gcc ) ; Requires MinGW GCC.
builds: &gcc ; Requires GCC with plugin support enabled.
builds: &gcc-5+ ; Requires GCC 5 or later.
builds: -static ; Implementation uses plugins and requires -fPIC.
+requires: host
requires: c++11
depends: * build2 >= 0.13.0
depends: * bpkg >= 0.13.0