From 866c0d85bcb333ee8b8bab8b19e974dc6a9e6462 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Jul 2021 14:57:58 +0200 Subject: Exclude wasm class from builds --- manifest | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest b/manifest index 93280f1..14a1ab4 100644 --- a/manifest +++ b/manifest @@ -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 -- cgit v1.1