Skip to content

Commit 1d499dd

Browse files
alexcfyungrvagg
authored andcommitted
lib: add lib.target as path for searching libnode on z/OS
1 parent eef4eef commit 1d499dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/configure.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ function configure (gyp, argv, callback) {
169169
})
170170
} else {
171171
candidates = [
172+
'out/Release/lib.target/libnode',
173+
'out/Debug/lib.target/libnode',
172174
'out/Release/obj.target/libnode',
173175
'out/Debug/obj.target/libnode',
174176
'lib/libnode'

0 commit comments

Comments
 (0)