Skip to content

Commit

Permalink
tools: fix loong64 build failed
Browse files Browse the repository at this point in the history
PR-URL: #56466
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
Xiao-Tao authored Jan 7, 2025
1 parent 52c6449 commit 8c19a5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,11 @@
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
],
}],
['(_toolset=="host" and host_arch=="x64" or _toolset=="target" and target_arch=="x64") and (OS=="linux")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',
],
}],
],
}],
],
Expand Down

0 comments on commit 8c19a5c

Please sign in to comment.