Skip to content

Commit 4da3eec

Browse files
marco-ippolitodanielleadams
authored andcommitted
tools: update-nghttp2 preserve config.h
PR-URL: #46698 Refs: #45572 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ccaa7ca commit 4da3eec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/update-nghttp2.sh

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ for dir in *; do
4343
rm -rf "$dir"
4444
done
4545

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+
4650
echo "Copying existing gyp files"
4751
cp "$DEPS_DIR/nghttp2/nghttp2.gyp" "$WORKSPACE/nghttp2"
4852

0 commit comments

Comments
 (0)