strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

build: make oci version configurable #14

Closed bnoordhuis closed 9 years ago

bnoordhuis commented 9 years ago

Make the version of the OCI libraries to link against configurable through the GYP_DEFINES environment variable.

Fixes #12.

R=@raymondfeng

raymondfeng commented 9 years ago

LGTM

medokin commented 9 years ago

Works fine with export GYP_DEFINES="oci_version=11"

OS: Ubuntu 12 and 14 64bit Node: 0.10.32 npm: 1.4.28