From 55266daacbfc4d04ebc0a76d78f6b561788f941d Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Tue, 21 Mar 2017 17:28:15 +0300 Subject: [PATCH] Added HTTP/2 to win32 builds. --- misc/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/GNUmakefile b/misc/GNUmakefile index 9cdf418c4..bef4f0eac 100644 --- 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 \