mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: update-nghttp2 preserve config.h
PR-URL: https://github.com/nodejs/node/pull/46698 Refs: https://github.com/nodejs/node/issues/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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user