diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:35:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:36:05 +0200 |
commit | 2407cd682e209b56441db77db07a88d48e956ded (patch) | |
tree | 1bd4ecc115ae4cf493a1af0ae6b6a450968e77d5 | |
parent | 3c7540dbedc8d1e5ee89fdee870dea87a91aaa06 (diff) |
Change manifest builds value from all to host
-rw-r--r-- | manifest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/bdep-util/tree/ email: users@build2.org build-warning-email: builds@build2.org -builds: all +builds: host builds: -windows ; Requires bash. builds: -macos ; Requires bash >= 4.3. requires: bash >= 4.3 |