Skip to content
Closed
Prev Previous commit
Next Next commit
include zos when setting javahome
  • Loading branch information
gabylb committed Jun 26, 2020
commit bd46bc954c54bb9f834d4d74b178b5d7379a1c61
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
['OS=="win"', {
'javahome%': '<!(node findJavaHome.js)'
}],
['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"' , {
['OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" or OS=="zos"' , {
'javahome%': '<!(node findJavaHome.js)'
}],
['OS=="mac"', {
Expand Down