# HG changeset patch # User Maxim Dounin # Date 1490106495 -10800 # Node ID 0d4f602dc927500b3e247dec690a62a5c92c23b5 # Parent 03928f7f209b0a5d8f36b5c02e1d113bc6e6c9e5 Added HTTP/2 to win32 builds. diff --git a/misc/GNUmakefile b/misc/GNUmakefile --- a/misc/GNUmakefile +++ b/misc/GNUmakefile @@ -66,6 +66,7 @@ win32: --with-pcre=$(OBJS)/lib/$(PCRE) \ --with-zlib=$(OBJS)/lib/$(ZLIB) \ --with-select_module \ + --with-http_v2_module \ --with-http_realip_module \ --with-http_addition_module \ --with-http_sub_module \