Skip to content

Commit 1217432

Browse files
committed
Merge with upstream from oracle.
Signed-off-by: Bigous <[email protected]>
2 parents 9c3a488 + abe0444 commit 1217432

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

binding.gyp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@
5151
}
5252
}
5353
],
54+
[
55+
'OS=="aix"', {
56+
"variables" : {
57+
"oci_inc_dir%" : '<!(echo ${OCI_INC_DIR:="/opt/oracle/instantclient_12_1/sdk/include/"})',
58+
"oci_lib_dir%" : '<!(echo ${OCI_LIB_DIR:="/opt/oracle/instantclient_12_1/"})',
59+
},
60+
"libraries" : ["-lclntsh"],
61+
"cflags" : ['-fexceptions'],
62+
"cflags_cc" : ['-fexceptions'],
63+
"link_settings" : {
64+
"libraries" : ['-L<(oci_lib_dir)']
65+
}
66+
}
67+
],
5468
[
5569
'OS=="solaris"', {
5670
"variables" : {

0 commit comments

Comments
 (0)