Skip to content

Commit

Permalink
tools: update-nghttp2 preserve config.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
marco-ippolito committed Feb 21, 2023
1 parent 16aacfa commit 4737a20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/update-nghttp2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ for dir in *; do
rm -rf "$dir"
done

# Refs: https://github.com/nodejs/node/issues/45572
echo "Copying config.h file"
cp "$DEPS_DIR/nghttp2/lib/includes/config.h" "$WORKSPACE/nghttp2/lib/includes"

echo "Copying existing gyp files"
cp "$DEPS_DIR/nghttp2/nghttp2.gyp" "$WORKSPACE/nghttp2"

Expand Down

0 comments on commit 4737a20

Please sign in to comment.