Skip to content

Commit

Permalink
build,test: add proper support for IBM i
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Apr 17, 2023
1 parent d72e9a8 commit a4a5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/node/build_add_gn_build_files.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2389,7 +2389,7 @@ index 9d5f4a48bca2c926b3ffb3c51c070222d4f7ce7b..c9ea9f67d3ccb213db3a5d149f045898
action(files_arg, dest)

@@ -282,7 +296,7 @@ def headers(action):
if sys.platform.startswith('aix'):
if sys.platform.startswith('aix') or sys.platform == "os400":
action(['out/Release/node.exp'], 'include/node/')

- subdir_files('deps/v8/include', 'include/node/', wanted_v8_headers)
Expand Down

0 comments on commit a4a5d82

Please sign in to comment.