Skip to content

Commit c389add

Browse files
targosnodejs-github-bot
authored andcommitted
tools: update V8 gypfiles for 13.2
Refs: v8/v8@cee178f
1 parent 2bc1c9f commit c389add

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
@@ -1079,7 +1079,7 @@
10791079
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
10801080
],
10811081
}],
1082-
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and OS=="win"', {
1082+
['(_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"', {
10831083
'sources': [
10841084
'<(V8_ROOT)/src/trap-handler/handler-inside-win.cc',
10851085
'<(V8_ROOT)/src/trap-handler/handler-outside-win.cc',

0 commit comments

Comments
 (0)