Skip to content

Commit

Permalink
v8: add additonal include dirs 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 committed Sep 9, 2024
1 parent 99299ac commit 6f0b486
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,14 @@
},
],
}],
['OS in "aix os400"', {
'variables': {
'FP16_ROOT': '../../deps/v8/third_party/fp16',
},
'include_dirs': [
'<(FP16_ROOT)/src/include',
],
}],
],
}, # v8_snapshot
{
Expand Down

0 comments on commit 6f0b486

Please sign in to comment.