From dc352e2d5acb5fe2da986073c8c8197918068027 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2018 13:27:44 +0200 Subject: Add build inclusions/exclusions to manifest --- manifest | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'manifest') diff --git a/manifest b/manifest index d99caa0..da5fcc5 100644 --- a/manifest +++ b/manifest @@ -11,6 +11,11 @@ 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-email: odb-builds@codesynthesis.com +build-include: windows*-mingw_w64_gcc*; +build-exclude: windows*; Requires MinGW GCC +build-exclude: *-gcc_4.*; Requires GCC 5 or later +build-include: *-gcc_* +build-exclude: *; Requires GCC with plugin support enabled requires: c++11 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- -- cgit v1.1