diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 00:57:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-06 00:57:33 +0300 |
commit | 335a4a0070ce7303273ef5cf4d4a964b61626a12 (patch) | |
tree | cf867c064f7655177736c5967e2041ee166c510a /libmformat/manifest | |
parent | e84f22265ec062ef81a5e5072be1bdef91d20f9f (diff) |
Release version 1.0.0+2
Diffstat (limited to 'libmformat/manifest')
-rw-r--r-- | libmformat/manifest | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/libmformat/manifest b/libmformat/manifest index 31ebcdf..4133c20 100644 --- a/libmformat/manifest +++ b/libmformat/manifest @@ -13,18 +13,13 @@ url: https://git.build2.org/cgit/hello/libformat src-url: https://git.build2.org/cgit/hello/libformat/tree/libmformat 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 |