Skip to content

Commit f8953e5

Browse files
targosRafaelGSS
authored andcommitted
tools: update V8 gypfiles for 13.2
Refs: v8/v8@cee178f PR-URL: #58070 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
1 parent c8a0e20 commit f8953e5

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
@@ -1155,7 +1155,7 @@
11551155
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
11561156
],
11571157
}],
1158-
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and OS=="win"', {
1158+
['(_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"', {
11591159
'sources': [
11601160
'<(V8_ROOT)/src/trap-handler/handler-inside-win.cc',
11611161
'<(V8_ROOT)/src/trap-handler/handler-outside-win.cc',

0 commit comments

Comments
 (0)