Skip to content

Commit 2ff9b20

Browse files
marco-ippolitotargos
authored andcommittedMar 13, 2023
tools: update-nghttp2 preserve config.h
PR-URL: #46698 Refs: #45572 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 9d63ac2 commit 2ff9b20

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)