Skip to content

Commit

Permalink
target_conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 19, 2021
1 parent 3805af4 commit 5dae1db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -640,7 +640,7 @@
],
}],
['v8_enable_webassembly==1', {
'conditions': [
'target_conditions': [
['OS=="mac" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.h',
Expand Down Expand Up @@ -867,7 +867,7 @@
],
'conditions': [
['v8_enable_webassembly==1', {
'conditions': [
'target_conditions': [
['OS=="mac" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
'sources': [
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc',
Expand Down

0 comments on commit 5dae1db

Please sign in to comment.