diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-09 14:33:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-09 14:33:47 +0300 |
commit | b3f1357671e167a2e5451583233783d241af74a9 (patch) | |
tree | ee8e47f3d8135a23ed7e761e03b08cea4646fe5a | |
parent | 49acf368c9f0405b0035ec85f79e7bf057d7ad9b (diff) |
Enable GCC 9 builds
-rw-r--r-- | manifest | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -13,9 +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 -builds: -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient. -builds: -gcc-9+ ; GCC 9 is not supported by libmysqlclient 8.0.15. +builds: all : -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient. requires: c++11 depends: * build2 >= 0.10.0 depends: * bpkg >= 0.10.0 |