We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf25a5e commit 589d0aeCopy full SHA for 589d0ae
tools/v8_gypfiles/v8.gyp
@@ -1045,6 +1045,11 @@
1045
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
1046
],
1047
}],
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
+ }],
1053
1054
1055
0 commit comments