Skip to content

Commit

Permalink
Merge with upstream from oracle.
Browse files Browse the repository at this point in the history
Signed-off-by: Bigous <bigous@gmail.com>
  • Loading branch information
Bigous committed Mar 10, 2015
2 parents 9c3a488 + abe0444 commit 1217432
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@
}
}
],
[
'OS=="aix"', {
"variables" : {
"oci_inc_dir%" : '<!(echo ${OCI_INC_DIR:="/opt/oracle/instantclient_12_1/sdk/include/"})',
"oci_lib_dir%" : '<!(echo ${OCI_LIB_DIR:="/opt/oracle/instantclient_12_1/"})',
},
"libraries" : ["-lclntsh"],
"cflags" : ['-fexceptions'],
"cflags_cc" : ['-fexceptions'],
"link_settings" : {
"libraries" : ['-L<(oci_lib_dir)']
}
}
],
[
'OS=="solaris"', {
"variables" : {
Expand Down

0 comments on commit 1217432

Please sign in to comment.