From 11f7bb34fc08a16b379f22e26619ae1b06b714be Mon Sep 17 00:00:00 2001 From: Aleksei Kuzmin Date: Fri, 3 Nov 2017 18:03:17 +0300 Subject: [PATCH] Fix "nghttp2" build --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 2924983b1b..233e210477 100644 --- a/common.gypi +++ b/common.gypi @@ -50,7 +50,7 @@ # Settings to compile node under Windows. 'target_defaults': { 'target_conditions': [ - ['_target_name in ["libuv", "http_parser", "openssl", "openssl-cli", "cares", "node", "zlib"]', { + ['_target_name in ["libuv", "http_parser", "openssl", "openssl-cli", "cares", "node", "zlib", "nghttp2"]', { 'msvs_disabled_warnings': [ 4003, # not enough actual parameters for macro 'V' 4013, # 'free' undefined; assuming extern returning int