Skip to content

Commit b25f545

Browse files
committed
fix merge conflict
2 parents 2cdcb9f + 5e9ed4a commit b25f545

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

binding.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"targets": [
33
{
44
"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+
},
59
"sources": [ "src/connection.cpp",
610
"src/oracle_bindings.cpp",
711
"src/executeBaton.cpp",

0 commit comments

Comments
 (0)