Skip to content

Commit e18d8f0

Browse files
anion155TooTallNate
authored andcommittedJan 23, 2019
Support for node-qbs build system (#46)
See: npmjs.com/node-qbs Fixes #45.
1 parent 3346bcb commit e18d8f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎bindings.js

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ var fs = require('fs')
3333
, [ 'module_root', 'build', 'default', 'bindings' ]
3434
// Production "Release" buildtype binary (meh...)
3535
, [ 'module_root', 'compiled', 'version', 'platform', 'arch', 'bindings' ]
36+
// node-qbs builds
37+
, [ 'module_root', 'addon-build', 'release', 'install-root', 'bindings' ]
38+
, [ 'module_root', 'addon-build', 'debug', 'install-root', 'bindings' ]
39+
, [ 'module_root', 'addon-build', 'default', 'install-root', 'bindings' ]
3640
]
3741
}
3842

0 commit comments

Comments
 (0)
Please sign in to comment.