Skip to content

Commit

Permalink
Merge pull request joeferner#75 from maxdm07/patch-1
Browse files Browse the repository at this point in the history
Update binding.gyp
  • Loading branch information
joeferner committed Aug 26, 2013
2 parents 7fd35fd + 29568cc commit c868181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"oci_version%": "<!(IF DEFINED OCI_VERSION (echo %OCI_VERSION%) ELSE (echo 11))"
},
# "libraries": [ "-loci" ],
"link_settings": {"libraries": [ '<(oci_lib_dir)\oraocci<(OCI_VERSION).lib'] }
"link_settings": {"libraries": [ '<(oci_lib_dir)\oraocci<(oci_version).lib'] }
}]
],
"include_dirs": [ "<(oci_include_dir)" ],
Expand Down

0 comments on commit c868181

Please sign in to comment.