Merge with upstream from oracle.

Signed-off-by: Bigous <bigous@gmail.com>
This commit is contained in:
Bigous 2015-03-10 13:04:44 -03:00
commit 12174325a1
1 changed files with 14 additions and 0 deletions

View File

@ -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" : {