Skip to content

Commit

Permalink
Support for node-qbs build system (#46)
Browse files Browse the repository at this point in the history
See: npmjs.com/node-qbs

Fixes #45.
  • Loading branch information
anion155 authored and TooTallNate committed Jan 23, 2019
1 parent 3346bcb commit e18d8f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ var fs = require('fs')
, [ 'module_root', 'build', 'default', 'bindings' ]
// Production "Release" buildtype binary (meh...)
, [ 'module_root', 'compiled', 'version', 'platform', 'arch', 'bindings' ]
// node-qbs builds
, [ 'module_root', 'addon-build', 'release', 'install-root', 'bindings' ]
, [ 'module_root', 'addon-build', 'debug', 'install-root', 'bindings' ]
, [ 'module_root', 'addon-build', 'default', 'install-root', 'bindings' ]
]
}

Expand Down

0 comments on commit e18d8f0

Please sign in to comment.