File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 51
51
}
52
52
}
53
53
],
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
+ ],
54
68
[
55
69
'OS=="solaris"' , {
56
70
"variables" : {
67
81
],
68
82
["OS=='win'" , {
69
83
"variables" : {
70
- "oci_lib_dir%" : "<!(IF DEFINED OCI_LIB_DIR (echo %OCI_LIB_DIR%) ELSE (echo C:\oracle\instantclient\sdk\lib\msvc))" ,
71
- "oci_inc_dir%" : "<!(IF DEFINED OCI_INC_DIR (echo %OCI_INC_DIR%) ELSE (echo C:\oracle\instantclient\sdk\include))" ,
84
+ "oci_lib_dir%" : "<!(IF DEFINED OCI_LIB_DIR (echo %OCI_LIB_DIR%) ELSE (echo C:\oracle\instantclient\sdk\lib\msvc))" ,
85
+ "oci_inc_dir%" : "<!(IF DEFINED OCI_INC_DIR (echo %OCI_INC_DIR%) ELSE (echo C:\oracle\instantclient\sdk\include))" ,
72
86
},
73
87
"configurations" : {
74
88
"Release" : {
You can’t perform that action at this time.
0 commit comments