diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 01:02:36 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 01:02:36 +0300 |
commit | 25f38465e10c8b391333bf9fdc30310fd67ad202 (patch) | |
tree | 74dacd610db13bbf444d895e86bfa3e99a48e930 /libmhello/manifest | |
parent | b563c053e6296fa7c6d313ef16c556def009b1d2 (diff) |
Release version 1.0.0+2
Diffstat (limited to 'libmhello/manifest')
-rw-r--r-- | libmhello/manifest | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/libmhello/manifest b/libmhello/manifest index 73077d7..abcd937 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -13,18 +13,13 @@ url: https://git.build2.org/cgit/hello/libhello src-url: https://git.build2.org/cgit/hello/libhello/tree/libmhello?h=1.0 email: users@build2.org build-email: builds@build2.org -#builds: all -#build-exclude: *-msvc_15u0** ; Broken C++ modules support. -#build-include: *-msvc_15u** -#build-include: *-clang_5.** -#build-include: *-clang_6.** -#build-exclude: ** ; Requires C++ modules support. -build-exclude: *-msvc_15u0** ; Broken C++ modules support. -build-include: *-msvc_15u** +builds: all +build-exclude: *-msvc_15.0** ; Broken C++ modules support. +build-include: *-msvc_15.** build-include: *-clang_5.** build-include: *-clang_6.** build-exclude: ** ; Requires C++ modules support. requires: c++20 -depends: * build2 >= 0.8.0- -depends: * bpkg >= 0.8.0- +depends: * build2 >= 0.9.0 +depends: * bpkg >= 0.9.0 depends: libstd-modules |