Skip to content

Commit

Permalink
fixup! fixup! tools: update V8 gypfiles for 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 19, 2021
1 parent 5acbf10 commit 3805af4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -641,12 +641,12 @@
}],
['v8_enable_webassembly==1', {
'conditions': [
['OS=="mac" or (host_arch=="x64" and OS=="linux")', {
['OS=="mac" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.h',
],
}],
['host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', {
['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/trap-handler-simulator.h',
],
Expand Down Expand Up @@ -868,19 +868,19 @@
'conditions': [
['v8_enable_webassembly==1', {
'conditions': [
['OS=="mac" or (host_arch=="x64" and OS=="linux")', {
['OS=="mac" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc',
'<(V8_ROOT)/src/trap-handler/handler-outside-posix.cc',
],
}],
['host_arch=="x64" and OS=="win"', {
['_toolset=="host" and host_arch=="x64" and OS=="win"', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-inside-win.cc',
'<(V8_ROOT)/src/trap-handler/handler-outside-win.cc',
],
}],
['host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', {
['_toolset=="host" and host_arch=="x64" and (OS=="linux" or OS=="mac" or OS=="win")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-outside-simulator.cc',
],
Expand Down

0 comments on commit 3805af4

Please sign in to comment.