summaryrefslogtreecommitdiff
path: root/homebrew/nghttp2/.make.sh-auto
blob: 58558bcbf919b79a4ad5c17d1e27d95658ada5db (plain)
1
2
3
4
5
6
7
8
pkg:setup
ENV.cxx11
args = %W[--prefix=#{prefix} --disable-silent-rules --enable-app --disable-python-bindings --with-xml-prefix=/usr ]
args << "--disable-threads" if MacOS.version < :el_capitan
pkg:configure *args
make
make check
make DESTDIR=${PKG_DEST} install