diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 07:45:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-20 07:45:01 +0200 |
commit | f3e05fd089e3845ee0c11af7d3b27d40d08ab119 (patch) | |
tree | f7b34113bb2f67baaba2d54324f15c7cf49c4ef5 /manifest | |
parent | 8a3a88bbc2c764a28654938f22a3a56e7f5fe173 (diff) |
Reorder build exclusions in preparation for ordered semantics
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,9 +9,9 @@ changes-file: NEWS url: https://build2.org email: users@build2.org build-email: builds@build2.org -build-exclude: * ; Only supports Linux and FreeBSD. build-include: linux* build-include: freebsd* +build-exclude: * ; Only supports Linux and FreeBSD. requires: c++14 requires: postgresql >= 9.0 requires: apache2; Including development files (httpd.h header, etc). |