Skip to content

Commit 17349a2

Browse files
richardlauRafaelGSS
authored andcommitted
build: restore Windows resource file
Add back the Windows resource file to the build scripts that was mistakenly removed by aa3a572. PR-URL: #45042 Fixes: #45025 Refs: #43652 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 8abc3f7 commit 17349a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node.gyp

+3
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,9 @@
232232
'-Wl,--no-whole-archive',
233233
],
234234
}],
235+
[ 'OS=="win"', {
236+
'sources': [ 'src/res/node.rc' ],
237+
}],
235238
],
236239
}],
237240
[ 'node_shared=="true"', {

0 commit comments

Comments
 (0)