From 67b8488b252b3f4155d4948d0fdf408abf8131cf Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Mon, 17 Oct 2022 09:57:59 -0400 Subject: [PATCH] build: restore Windows resource file Add back the Windows resource file to the build scripts that was mistakenly removed by aa3a572e6b. --- node.gyp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/node.gyp b/node.gyp index 562ff709d837f3..a3ae91c90124de 100644 --- a/node.gyp +++ b/node.gyp @@ -232,6 +232,9 @@ '-Wl,--no-whole-archive', ], }], + [ 'OS=="win"', { + 'sources': [ 'src/res/node.rc' ], + }], ], }], [ 'node_shared=="true"', {