Skip to content

Commit 589d0ae

Browse files
Xiao-Taomarco-ippolito
authored andcommitted
tools: fix loong64 build failed
PR-URL: #56466 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent cf25a5e commit 589d0ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/v8_gypfiles/v8.gyp

+5
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,11 @@
10451045
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
10461046
],
10471047
}],
1048+
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', {
1049+
'sources': [
1050+
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',
1051+
],
1052+
}],
10481053
],
10491054
}],
10501055
],

0 commit comments

Comments
 (0)