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 5151 }
5252 }
5353 ],
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+ ],
5468 [
5569 'OS=="solaris"' , {
5670 "variables" : {
6781 ],
6882 ["OS=='win'" , {
6983 "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))" ,
7286 },
7387 "configurations" : {
7488 "Release" : {
You can’t perform that action at this time.
0 commit comments