diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-04 13:14:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-04 13:14:44 +0200 |
commit | b9ec717e7f7d02b066674b3e195e7fa6c7ce50d1 (patch) | |
tree | 645834611c8a892f962f0487572ac196370d1266 | |
parent | 4a0bfb037139905c1c5ca799b840fd6dcea2951f (diff) |
Enable clang-6 builds for modularized version
-rw-r--r-- | libmhello/manifest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmhello/manifest b/libmhello/manifest index 0d83311..a97f6c8 100644 --- a/libmhello/manifest +++ b/libmhello/manifest @@ -14,7 +14,8 @@ email: hello-users@example.org build-email: builds@build2.org build-exclude: *-msvc_15u0* ; Broken C++ modules support build-include: *-msvc_15* -build-include: *-clang_5.0* +build-include: *-clang_5* +build-include: *-clang_6* build-exclude: * ; Requires C++ modules support requires: c++20 depends: * build2 >= 0.6.0- |