We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cdcb9f + 5e9ed4a commit b25f545Copy full SHA for b25f545
binding.gyp
@@ -2,6 +2,10 @@
2
"targets": [
3
{
4
"target_name": "oracle_bindings",
5
+ "variables": {
6
+ "oci_include_dir%": "<!(if [ -z $OCI_INCLUDE_DIR ]; then echo \"/opt/instantclient/sdk/include/\"; else echo $OCI_INCLUDE_DIR; fi)",
7
+ "oci_lib_dir%": "<!(if [ -z $OCI_LIB_DIR ]; then echo \"/opt/instantclient/\"; else echo $OCI_LIB_DIR; fi)",
8
+ },
9
"sources": [ "src/connection.cpp",
10
"src/oracle_bindings.cpp",
11
"src/executeBaton.cpp",
0 commit comments