aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-03-04 18:23:33 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-03-05 16:10:48 +0300
commit90bb656ab32f87e17275884c548ec6fe5fa946b1 (patch)
treef30a9d8750bd6b3503de06a4d962a788424dc3b8
parenta295c87c40695c306e705379236e45fd017ad9f6 (diff)
Replace build-include/exclude with builds values in manifest
-rw-r--r--manifest3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifest b/manifest
index 3a1e16b..89f8a0b 100644
--- a/manifest
+++ b/manifest
@@ -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