We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a867a81 commit 6cfc052Copy full SHA for 6cfc052
binding.gyp
@@ -54,8 +54,8 @@
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/"})',
+ "oci_inc_dir%" : '<!(echo ${OCI_INC_DIR:="/opt/oracle/instantclient/sdk/include/"})',
+ "oci_lib_dir%" : '<!(echo ${OCI_LIB_DIR:="/opt/oracle/instantclient/"})',
59
},
60
"libraries" : ["-lclntsh"],
61
"cflags" : ['-fexceptions'],
0 commit comments