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:
parent
7373822b86
commit
b2f16d462a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -66,7 +66,7 @@ test-build:: $(H2SPEC)
|
||||||
$(H2SPEC):
|
$(H2SPEC):
|
||||||
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
|
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
|
||||||
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC))
|
$(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.
|
# Use erl_make_certs from the tested release during CI.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue