Skip to content

Commit 69aa05c

Browse files
gabylbjoeferner
authored andcommitted
include zos when setting javahome
1 parent 1621a7a commit 69aa05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
['OS=="win"', {
1616
'javahome%': '<!(node findJavaHome.js)'
1717
}],
18-
['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"' , {
18+
['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS=="zos"' , {
1919
'javahome%': '<!(node findJavaHome.js)'
2020
}],
2121
['OS=="mac"', {

0 commit comments

Comments
 (0)