diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 00:53:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 18:02:14 +0300 |
commit | e8951b394b602f991abf0bf54e69b355a8ac2f58 (patch) | |
tree | e8b1ae5cdfbc4e00a24ad6fec518b9ee1502ca29 /manifest | |
parent | 59bb37e2374fa1dd1581e592a6ce9fff687fc61a (diff) |
Adapt manifest to wildcard semantics change for build-{include,exclude} values
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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- |