Skip to content

Commit 5dae1db

Browse files
committed
target_conditions
1 parent 3805af4 commit 5dae1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
],
641641
}],
642642
['v8_enable_webassembly==1', {
643-
'conditions': [
643+
'target_conditions': [
644644
['OS=="mac" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
645645
'sources': [
646646
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.h',
@@ -867,7 +867,7 @@
867867
],
868868
'conditions': [
869869
['v8_enable_webassembly==1', {
870-
'conditions': [
870+
'target_conditions': [
871871
['OS=="mac" or (_toolset=="host" and host_arch=="x64" and OS=="linux")', {
872872
'sources': [
873873
'<(V8_ROOT)/src/trap-handler/handler-inside-posix.cc',

0 commit comments

Comments
 (0)