Skip to content

Commit efc99ce

Browse files
committed
Move libuv patch outside of the auto-applied patches directory
1 parent ebee2e2 commit efc99ce

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.evergreen/install-node-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pushd "${NODE_JS_SOURCE_PATH}"
5656
patch -p1 < "${ROOT_DIR}/scripts/nodejs-patches/001-configure-bz2.patch"
5757

5858
if [[ "$NODE_JS_VERSION" == "22"* ]]; then
59-
patch -p1 < "${ROOT_DIR}/scripts/nodejs-patches/005-win-almost-fix-race-detecting-esrch-in-uv-kill.patch"
59+
patch -p1 < "${ROOT_DIR}/scripts/nodejs-patches/v22/005-win-almost-fix-race-detecting-esrch-in-uv-kill.patch"
6060
fi
6161

6262
./configure --prefix "${NODE_JS_INSTALL_DIR}"

0 commit comments

Comments
 (0)