From e8951b394b602f991abf0bf54e69b355a8ac2f58 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 2 Dec 2018 00:53:47 +0300 Subject: Adapt manifest to wildcard semantics change for build-{include,exclude} values --- manifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest b/manifest index f904543..6264123 100644 --- a/manifest +++ b/manifest @@ -13,7 +13,8 @@ doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml src-url: https://git.codesynthesis.com/cgit/odb/libodb-mysql/ email: odb-users@codesynthesis.com build-email: odb-builds@codesynthesis.com -build-exclude: */*-mingw32; Unsupported by libmysqlclient. +#builds: all : -( +windows &gcc ) ; Unsupported by libmysqlclient. +build-exclude: **/**-mingw32 ; Unsupported by libmysqlclient. requires: c++11 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- -- cgit v1.1