diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 02:16:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-12-02 17:34:01 +0300 |
commit | 52722af26aed344341f7340044a85dee34fce0f9 (patch) | |
tree | 80301749db3a0547d8f1d34e5b6d25911aad5332 | |
parent | 757b8a9adb2076cf4af12abad2f2fda03d21ea79 (diff) |
Adapt manifest to wildcard semantics change for build-{include,exclude} values
-rw-r--r-- | manifest | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,8 +12,9 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/openssl-agent/tree/ email: users@build2.org build-email: builds@build2.org -build-include: *linux* -build-exclude: * ; Currently only supported on Linux. +#builds: linux ; Currently only supported on Linux. +build-include: linux** +build-exclude: ** ; Currently only supported on Linux. requires: c++14 depends: * build2 >= 0.8.0- depends: * bpkg >= 0.8.0- |