We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccaa7ca commit 4da3eecCopy full SHA for 4da3eec
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