aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-06-20 13:27:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-06-20 13:27:44 +0200
commitdc352e2d5acb5fe2da986073c8c8197918068027 (patch)
tree0090309a9641d898c9139e009447e367975ccaf2
parent8dd0d1d048cc7ed073b6eeb5b5cba442142125ad (diff)
Add build inclusions/exclusions to manifest
-rw-r--r--manifest5
1 files changed, 5 insertions, 0 deletions
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-