File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,17 @@ builder.appendLinkerSearchDir(ociLibDir);
17
17
18
18
if ( process . platform == 'win32' ) {
19
19
builder . appendLinkerLibrary ( "oci" ) ;
20
+ builder . appendLinkerLibrary ( "ociw32" ) ;
21
+ builder . appendLinkerLibrary ( "oraocci11" ) ;
20
22
} else {
21
23
builder . appendLinkerLibrary ( "occi" ) ;
22
24
builder . appendLinkerLibrary ( "clntsh" ) ;
23
- }
24
- if ( path . existsSync ( path . join ( ociLibDir , "libnnz10.dylib " ) )
25
- || path . existsSync ( path . join ( ociLibDir , "libnnz10.so" ) ) ) {
26
- builder . appendLinkerLibrary ( "nnz10" ) ;
27
- } else {
28
- builder . appendLinkerLibrary ( "nnz11" ) ;
25
+ if ( path . existsSync ( path . join ( ociLibDir , "libnnz10.dylib" ) )
26
+ || path . existsSync ( path . join ( ociLibDir , "libnnz10.so " ) ) ) {
27
+ builder . appendLinkerLibrary ( "nnz10" ) ;
28
+ } else {
29
+ builder . appendLinkerLibrary ( "nnz11" ) ;
30
+ }
29
31
}
30
32
31
33
builder . target = "oracle_bindings"
You can’t perform that action at this time.
0 commit comments