Skip to content

Commit 6cfc052

Browse files
author
Christopher Jones
committed
Remove the version number from the AIX default Instant Client directory name. This now matches the default on other platforms.
1 parent a867a81 commit 6cfc052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binding.gyp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
[
5555
'OS=="aix"', {
5656
"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/"})',
57+
"oci_inc_dir%" : '<!(echo ${OCI_INC_DIR:="/opt/oracle/instantclient/sdk/include/"})',
58+
"oci_lib_dir%" : '<!(echo ${OCI_LIB_DIR:="/opt/oracle/instantclient/"})',
5959
},
6060
"libraries" : ["-lclntsh"],
6161
"cflags" : ['-fexceptions'],

0 commit comments

Comments
 (0)