Skip to content

Commit 54be77a

Browse files
abmussetargos
authored andcommitted
tools: add additonal include dirs for V8 on AIX
On AIX, we now include src/wasm/float16.h from within src/utils/utils.h and src/wasm/float16.h includes additional header files.
1 parent 2ea6f5e commit 54be77a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,9 @@
503503
},
504504
],
505505
}],
506+
['OS in "aix os400"', {
507+
'dependencies': ['fp16'],
508+
}],
506509
],
507510
}, # v8_snapshot
508511
{

0 commit comments

Comments
 (0)