Skip to content

Commit

Permalink
tools: add additonal include dirs for V8 on AIX
Browse files Browse the repository at this point in the history
On AIX, we now include src/wasm/float16.h from within src/utils/utils.h
and src/wasm/float16.h includes additional header files.

PR-URL: #54536
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
abmusse authored and nodejs-github-bot committed Sep 19, 2024
1 parent 6e150f9 commit c8c108f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,9 @@
},
],
}],
['OS in "aix os400"', {
'dependencies': ['fp16'],
}],
],
}, # v8_snapshot
{
Expand Down

0 comments on commit c8c108f

Please sign in to comment.