diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-04 18:23:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-05 16:10:48 +0300 |
commit | 90bb656ab32f87e17275884c548ec6fe5fa946b1 (patch) | |
tree | f30a9d8750bd6b3503de06a4d962a788424dc3b8 | |
parent | a295c87c40695c306e705379236e45fd017ad9f6 (diff) |
Replace build-include/exclude with builds values in manifest
-rw-r--r-- | manifest | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ 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 -#builds: all : -( +windows &gcc ) ; Unsupported by libmysqlclient. -build-exclude: **/**-mingw32 ; Unsupported by libmysqlclient. +builds: all : -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient. requires: c++11 depends: * build2 >= 0.9.0 depends: * bpkg >= 0.9.0 |