Skip to content

Commit

Permalink
lib: add lib.target as path for searching libnode on z/OS
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcfyung authored and rvagg committed Feb 24, 2022
1 parent eef4eef commit 1d499dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ function configure (gyp, argv, callback) {
})
} else {
candidates = [
'out/Release/lib.target/libnode',
'out/Debug/lib.target/libnode',
'out/Release/obj.target/libnode',
'out/Debug/obj.target/libnode',
'lib/libnode'
Expand Down

0 comments on commit 1d499dd

Please sign in to comment.