Skip to content

Commit 99381d8

Browse files
committed
build,test: add proper support for IBM i
nodejs/node#46739
1 parent 010f4bf commit 99381d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2389,7 +2389,7 @@ index 9d5f4a48bca2c926b3ffb3c51c070222d4f7ce7b..c9ea9f67d3ccb213db3a5d149f045898
23892389
action(files_arg, dest)
23902390

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

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

0 commit comments

Comments
 (0)