diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2017-03-21 17:28:15 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2017-03-21 17:28:15 +0300 |
commit | 55266daacbfc4d04ebc0a76d78f6b561788f941d (patch) | |
tree | bd310c4aba7fb641643c7f35e2172a3adab25ba4 /misc | |
parent | 05f5a7325d939ade37daf1e2d4b34f4e83d49aff (diff) | |
download | nginx-55266daacbfc4d04ebc0a76d78f6b561788f941d.tar.gz nginx-55266daacbfc4d04ebc0a76d78f6b561788f941d.zip |
Added HTTP/2 to win32 builds.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/GNUmakefile | 1 |
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 \ |