Skip to content

Commit 747ac4f

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 13.2
Refs: v8/v8@cee178f
1 parent ea5bdc9 commit 747ac4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@
10891089
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
10901090
],
10911091
}],
1092-
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and OS=="win"', {
1092+
['(_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"', {
10931093
'sources': [
10941094
'<(V8_ROOT)/src/trap-handler/handler-inside-win.cc',
10951095
'<(V8_ROOT)/src/trap-handler/handler-outside-win.cc',

0 commit comments

Comments
 (0)