diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:58:43 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:58:43 +0200 |
commit | eb8bc3fb624f5f1016ed45b03739b9bbd1a455c1 (patch) | |
tree | 447c44ec225276f31cac01a277901cd9e721dbd0 /manifest | |
parent | 910df4a143df5e26ffb08070bc15bbfb1a594dc7 (diff) |
Exclude wasm class from builds
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ src-url: https://git.codesynthesis.com/cgit/odb/libodb-pgsql/ email: odb-users@codesynthesis.com build-warning-email: odb-builds@codesynthesis.com builds: all +builds: -wasm requires: c++11 depends: * build2 >= 0.13.0 depends: * bpkg >= 0.13.0 |