tools: update V8 gypfiles for 13.2
Refs: cee178fe7c
PR-URL: https://github.com/nodejs/node/pull/58070
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
0c089ce405
commit
bd198ea8cd
@ -1155,7 +1155,7 @@
|
||||
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
|
||||
],
|
||||
}],
|
||||
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and OS=="win"', {
|
||||
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64" or _toolset=="host" and host_arch=="arm64" or _toolset=="target" and target_arch=="arm64") and OS=="win"', {
|
||||
'sources': [
|
||||
'<(V8_ROOT)/src/trap-handler/handler-inside-win.cc',
|
||||
'<(V8_ROOT)/src/trap-handler/handler-outside-win.cc',
|
||||
|
Loading…
x
Reference in New Issue
Block a user