diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 09:52:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-06-28 09:52:44 +0200 |
commit | 91a46b635194a386ad52015d8a864790cecb1c10 (patch) | |
tree | 2d7fd57efb711be954cee410c7bd4bc2ba119b6e /manifest | |
parent | ac1aa82863e17c07c6b9916eb4c17624ab0f4fe4 (diff) |
Use prerequisite exclusion to simplify buildfile
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,5 +17,5 @@ email: mysql@lists.mysql.com; Mailing list. package-email: packaging@build2.org; Mailing list. build-email: builds@build2.org build-exclude: */*-mingw32; Unsupported. -depends: * build2 >= 0.7.0- -depends: * bpkg >= 0.7.0- +depends: * build2 >= 0.8.0- +depends: * bpkg >= 0.8.0- |