diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 01:44:52 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 01:47:19 +0300 |
commit | 6b8768ab7fa9b051939932f5874da35c9e8fda49 (patch) | |
tree | 0cdf690b3c9784136e1c358963753722f21afede /libmhello/manifest | |
parent | a0c7a039ac92e5ecc5c6d30737076d33535c755b (diff) |
Adapt manifest to wildcard semantics change for build-{include,exclude} values
Diffstat (limited to 'libmhello/manifest')
-rw-r--r-- | libmhello/manifest | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/libmhello/manifest b/libmhello/manifest index db3f804..73077d7 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -13,11 +13,17 @@ 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 -build-exclude: *-msvc_15u0* ; Broken C++ modules support -build-include: *-msvc_15* -build-include: *-clang_5* -build-include: *-clang_6* -build-exclude: * ; Requires C++ modules support +#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** +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- |