Skip to content

Commit

Permalink
Fix syntax errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 28, 2012
1 parent b7618b4 commit 8775a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings.js
Expand Up @@ -17,10 +17,10 @@ var fs = require('fs')
, bindings: 'bindings.node'
, try: [
// node-waf and gyp_addon
, [ 'module_root', 'build', 'Debug', 'bindings' ]
[ 'module_root', 'build', 'Debug', 'bindings' ]
, [ 'module_root', 'build', 'Release', 'bindings' ]
// Debug files, for development
[ 'module_root', 'out', 'Debug', 'bindings' ] // Remove
, [ 'module_root', 'out', 'Debug', 'bindings' ] // Remove
, [ 'module_root', 'Debug', 'bindings' ] // Remove
// Release files, but manually compiled
, [ 'module_root', 'out', 'Release', 'bindings' ] // Remove
Expand Down

0 comments on commit 8775a8e

Please sign in to comment.