diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-29 18:02:15 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-11-29 18:02:15 +0300 |
commit | 271803559c1da8c3594864a322c223815152ad17 (patch) | |
tree | 2eaf7a5309aebf1ba03de4c91606d307aeff7fb3 /manifest | |
parent | 5216d95e237822056734fb8453070a27c4fadc2e (diff) |
Exclude MinGW from builds
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,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 +build-exclude: */*-mingw32; Unsupported by libmysqlclient. requires: c++11 depends: * build2 >= 0.7.0- depends: * bpkg >= 0.7.0- |