We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d63ac2 commit 2ff9b20Copy full SHA for 2ff9b20
tools/update-nghttp2.sh
@@ -43,6 +43,10 @@ for dir in *; do
43
rm -rf "$dir"
44
done
45
46
+# Refs: https://github.com/nodejs/node/issues/45572
47
+echo "Copying config.h file"
48
+cp "$DEPS_DIR/nghttp2/lib/includes/config.h" "$WORKSPACE/nghttp2/lib/includes"
49
+
50
echo "Copying existing gyp files"
51
cp "$DEPS_DIR/nghttp2/nghttp2.gyp" "$WORKSPACE/nghttp2"
52
0 commit comments