aboutsummaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-10-12 13:54:00 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-10-12 13:54:00 +0200
commitf64c05278e5fcd9425c3389b5cee84aa211677dc (patch)
treeea35929804125063bb51af52677e7587d8c9fb30 /winbuild
parent46ffcd07cbcbc8f5178b94709dc2cb6193a53ed0 (diff)
winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/BUILD.WINDOWS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt
index 7b0d5ba86..1840991fe 100644
--- a/winbuild/BUILD.WINDOWS.txt
+++ b/winbuild/BUILD.WINDOWS.txt
@@ -71,6 +71,7 @@ where <options> is one or many of:
Libraries can be fetched at http://windows.php.net/downloads/php-sdk/deps/
Uncompress them into the deps folder.
WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
+ WITH_NGHTTP2=<dll or static> - Enable HTTP/2 support, DLL or static
WITH_MBEDTLS=<dll or static> - Enable mbedTLS support, DLL or static
WITH_CARES=<dll or static> - Enable c-ares support, DLL or static
WITH_ZLIB=<dll or static> - Enable zlib support, DLL or static