Skip to content

Commit

Permalink
fixup! WIP: try to set include_dirs fro AIX/IBM i
Browse files Browse the repository at this point in the history
  • Loading branch information
abmusse committed Sep 9, 2024
1 parent 8ca57d4 commit c5eee94
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 @@ -504,6 +504,9 @@
],
}],
['OS in "aix os400"', {
'variables': {
'FP16_ROOT': '../../deps/v8/third_party/fp16',
},
'include_dirs': [
'<(FP16_ROOT)/src/include',
],
Expand Down

0 comments on commit c5eee94

Please sign in to comment.