diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 01:14:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 01:14:26 +0300 |
commit | a391d6067bee66344f0e705c147c9f54c9a52844 (patch) | |
tree | 67d426544780e879c305ba50c80651c46df3c3f2 /manifest | |
parent | acd2c0093c6f60f83bfb89cbcb809e9d2ddcae72 (diff) |
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -3,7 +3,7 @@ name: libmysqlclient # Note: remember to update doc-url below! # -version: 5.7.20+4 +version: 5.7.20+5 project: mysql summary: MySQL C API client library @@ -17,7 +17,6 @@ package-url: https://git.build2.org/cgit/packaging/mysql/ email: mysql@lists.mysql.com ; Mailing list. package-email: packaging@build2.org ; Mailing list. build-error-email: builds@build2.org -#builds: all : -( +windows &gcc ) ; MinGW GCC is not supported. -build-exclude: **/**-mingw32 ; MinGW GCC is not supported. -depends: * build2 >= 0.8.0- -depends: * bpkg >= 0.8.0- +builds: all : -( +windows &gcc ) ; MinGW GCC is not supported. +depends: * build2 >= 0.9.0 +depends: * bpkg >= 0.9.0 |