Skip to content

deps: define BUILDING_NGHTTP2 during nghttp2 build

Define BUILDING_NGHTTP2 in order that NGHTTP2_EXTERN is properly defined when building the nghttp2 static library.

Move NGHTTP2_STATICLIB out of node.gyp because it is a property of the nghttp2 static library, not the node executable.

CI: https://ci.nodejs.org/job/node-test-pull-request/10159/

Merge request reports

Loading