0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Fix building of h2spec on FreeBSD

This commit is contained in:
Loïc Hoguin 2018-04-26 13:05:40 +02:00
parent 7373822b86
commit b2f16d462a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -66,7 +66,7 @@ test-build:: $(H2SPEC)
$(H2SPEC):
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC))
$(verbose) make -C $(GOPATH)/src/github.com/summerwind/h2spec build
$(verbose) $(MAKE) -C $(GOPATH)/src/github.com/summerwind/h2spec build MAKEFLAGS=
# Use erl_make_certs from the tested release during CI.