aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-12-02 00:53:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-12-02 18:02:14 +0300
commite8951b394b602f991abf0bf54e69b355a8ac2f58 (patch)
treee8b1ae5cdfbc4e00a24ad6fec518b9ee1502ca29
parent59bb37e2374fa1dd1581e592a6ce9fff687fc61a (diff)
Adapt manifest to wildcard semantics change for build-{include,exclude} values
-rw-r--r--manifest3
1 files changed, 2 insertions, 1 deletions
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-