Skip to content

Commit 7c325a5

Browse files
sjanuarymattcolegate
authored andcommitted
set ZOS to create .so libraries (#70)
1 parent 958e928 commit 7c325a5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

binding.gyp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"portdir": "osx"
1919
}],
2020
['OS in "os390 zos"', {
21-
"portdir": "zos"
21+
"portdir": "zos",
22+
"SHARED_LIB_SUFFIX": ".so"
2223
}],
2324
['OS=="win"', {
2425
"portdir": "windows"
@@ -38,6 +39,9 @@
3839
'product_extension': 'a',
3940
},{
4041
}],
42+
['OS in "os390 zos"', {
43+
'product_extension': 'so',
44+
}],
4145
],
4246
}],
4347
],

0 commit comments

Comments
 (0)