Skip to content

Commit 551ee4a

Browse files
committed
tools: update V8 gypfiles for 13.2
Refs: v8/v8@cee178f
1 parent e9c0047 commit 551ee4a

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
@@ -1102,7 +1102,7 @@
11021102
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
11031103
],
11041104
}],
1105-
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and OS=="win"', {
1105+
['(_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"', {
11061106
'sources': [
11071107
'<(V8_ROOT)/src/trap-handler/handler-inside-win.cc',
11081108
'<(V8_ROOT)/src/trap-handler/handler-outside-win.cc',

0 commit comments

Comments
 (0)