diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:57:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:57:58 +0200 |
commit | 866c0d85bcb333ee8b8bab8b19e974dc6a9e6462 (patch) | |
tree | ac0076c6eef0d63941fdf132ce35fde07cda54cb /manifest | |
parent | 369e571347df308c84e1b2ab855d2983f517ace3 (diff) |
Exclude wasm class from builds
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,9 @@ 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-warning-email: odb-builds@codesynthesis.com -builds: all : -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient. +builds: all +builds: -wasm +builds: -( +windows &gcc ) ; MinGW GCC is not supported by libmysqlclient. requires: c++11 depends: * build2 >= 0.13.0 depends: * bpkg >= 0.13.0 |