Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2017-03-21 17:28:15 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2017-03-21 17:28:15 +0300
commit55266daacbfc4d04ebc0a76d78f6b561788f941d (patch)
treebd310c4aba7fb641643c7f35e2172a3adab25ba4 /misc
parent05f5a7325d939ade37daf1e2d4b34f4e83d49aff (diff)
Added HTTP/2 to win32 builds.
Diffstat (limited to 'misc')
-rw-r--r--misc/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
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 \