Comparing version 0.2.4 to 0.3.0
@@ -19,13 +19,15 @@ | ||
, try: [ | ||
// node-waf and gyp_addon | ||
[ 'module_root', 'build', 'Debug', 'bindings' ] | ||
, [ 'module_root', 'build', 'Release', 'bindings' ] | ||
// Debug files, for development | ||
[ 'module_root', 'out', 'Debug', 'bindings' ] | ||
, [ 'module_root', 'Debug', 'bindings' ] | ||
, [ 'module_root', 'out', 'Debug', 'bindings' ] // Remove | ||
, [ 'module_root', 'Debug', 'bindings' ] // Remove | ||
// Release files, but manually compiled | ||
, [ 'module_root', 'out', 'Release', 'bindings' ] | ||
, [ 'module_root', 'Release', 'bindings' ] | ||
, [ 'module_root', 'out', 'Release', 'bindings' ] // Remove | ||
, [ 'module_root', 'Release', 'bindings' ] // Remove | ||
// Legacy from node-waf, node <= 0.4.x | ||
, [ 'module_root', 'build', 'default', 'bindings' ] | ||
// Production "Release" buildtype binary | ||
, [ 'module_root', 'compiled', 'version', 'platform', 'arch', 'bindings' ] | ||
// Legacy from node-waf, node <= 0.4.x | ||
, [ 'module_root', 'build', 'Release', 'bindings' ] | ||
, [ 'module_root', 'build', 'default', 'bindings' ] | ||
] | ||
@@ -32,0 +34,0 @@ } |
{ "name": "bindings" | ||
, "description": "Helper module for loading your native module's bindings in a cross-platform way" | ||
, "keywords": [ "native", "addon", "bindings", "gyp" ] | ||
, "version": "0.2.4" | ||
, "version": "0.3.0" | ||
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)" | ||
@@ -6,0 +6,0 @@ , "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-bindings.git" } |
@@ -93,12 +93,15 @@ node-bindings | ||
Error: Could not load the bindings file. Tried: | ||
↳ /Users/nrajlich/node-ffi/out/Debug/ffi_bindings.node | ||
↳ /Users/nrajlich/node-ffi/Debug/ffi_bindings.node | ||
↳ /Users/nrajlich/node-ffi/out/Release/ffi_bindings.node | ||
↳ /Users/nrajlich/node-ffi/Release/ffi_bindings.node | ||
↳ /Users/nrajlich/node-ffi/compiled/0.6/darwin/x64/ffi_bindings.node | ||
at bindings (/Users/nrajlich/node-bindings/bindings.js:69:13) | ||
-> /Users/nrajlich/node-ffi/out/Debug/ffi_bindings.node | ||
-> /Users/nrajlich/node-ffi/Debug/ffi_bindings.node | ||
-> /Users/nrajlich/node-ffi/out/Release/ffi_bindings.node | ||
-> /Users/nrajlich/node-ffi/Release/ffi_bindings.node | ||
-> /Users/nrajlich/node-ffi/compiled/0.6/darwin/x64/ffi_bindings.node | ||
-> /Users/nrajlich/node-ffi/build/Release/ffi_bindings.node | ||
-> /Users/nrajlich/node-ffi/build/default/ffi_bindings.node | ||
at bindings (/Users/nrajlich/node-ffi/node_modules/bindings/bindings.js:80:13) | ||
at Object.<anonymous> (/Users/nrajlich/node-ffi/lib/ffi.js:3:34) | ||
at Module._compile (module.js:444:26) | ||
at Object..js (module.js:462:10) | ||
at Module.load (module.js:351:31) | ||
at Module._compile (module.js:441:26) | ||
at Object..js (module.js:459:10) | ||
at Module.load (module.js:348:31) | ||
at Function._load (module.js:308:12) | ||
... | ||
@@ -105,0 +108,0 @@ ``` |
8900
139
134