From be5cc3edc870bd04f8162634addb6de613f8b516 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 28 Sep 2021 09:34:21 +0200 Subject: Replace builds:host with requires:host in manifest --- manifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.1