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.
  • Loading branch information
abmusse authored and nodejs-github-bot committed Sep 18, 2024
1 parent cfb63e5 commit 283a313
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 @@ -503,6 +503,9 @@
},
],
}],
['OS in "aix os400"', {
'dependencies': ['fp16'],
}],
],
}, # v8_snapshot
{
Expand Down

0 comments on commit 283a313

Please sign in to comment.