diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:38:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-07-22 14:38:04 +0200 |
commit | 6fd97a46cf1858ac2a4d22b93e60d366e163bcfc (patch) | |
tree | 8a1fe54a025ba59ea87a9d6e4b33e9bf98abb9ea | |
parent | 7346e687378a319a5bc57a6738ec956b047df9ff (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/libbutl.bash/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 |